#include <iostream>
#include "Util/Math.h"
#include "Basis/NativeTypes.h"
Include dependency graph for Vec2Real64.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::Vec2Real64 |
Class definition vector of 2 real 64 bit numbers. More... | |
Functions | |
std::ostream & | Impala::Core::Array::Element::operator<< (std::ostream &os, const Vec2Real64 &v) |
Vec2Real64 | Impala::Core::Array::Element::operator+ (const Vec2Real64 &v1, const Vec2Real64 &v2) |
Vec2Real64 | Impala::Core::Array::Element::operator- (const Vec2Real64 &v1, const Vec2Real64 &v2) |
Vec2Real64 | Impala::Core::Array::Element::operator * (const Vec2Real64 &v1, const Vec2Real64 &v2) |
Vec2Real64 | Impala::Core::Array::Element::operator * (const Vec2Real64 &v1, double d) |
Vec2Real64 | Impala::Core::Array::Element::operator/ (const Vec2Real64 &v1, const Vec2Real64 &v2) |
Vec2Real64 | Impala::Core::Array::Element::operator/ (const Vec2Real64 &v1, double d) |