#include <iostream>
#include "Util/Math.h"
#include "Basis/NativeTypes.h"
Include dependency graph for Vec3Real64.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Impala |
namespace | Impala::Core |
namespace | Impala::Core::Array |
namespace | Impala::Core::Array::Element |
Classes | |
class | Impala::Core::Array::Element::Vec3Real64 |
Class definition vector of 3 real 64 bit numbers. More... | |
Functions | |
std::ostream & | Impala::Core::Array::Element::operator<< (std::ostream &os, const Vec3Real64 &v) |
Vec3Real64 | Impala::Core::Array::Element::operator+ (const Vec3Real64 &v1, const Vec3Real64 &v2) |
Vec3Real64 | Impala::Core::Array::Element::operator- (const Vec3Real64 &v1, const Vec3Real64 &v2) |
Vec3Real64 | Impala::Core::Array::Element::operator * (const Vec3Real64 &v1, const Vec3Real64 &v2) |
Vec3Real64 | Impala::Core::Array::Element::operator * (const Vec3Real64 &v1, double d) |
Vec3Real64 | Impala::Core::Array::Element::operator/ (const Vec3Real64 &v1, const Vec3Real64 &v2) |
Vec3Real64 | Impala::Core::Array::Element::operator/ (const Vec3Real64 &v1, double d) |