Go to the source code of this file.
Namespaces | |
| namespace | H3D |
| namespace | H3D::ArithmeticTypes |
Classes | |
| struct | H3D::ArithmeticTypes::Vec4d |
| A Vec4d specifies a high-precision 4d vector. More... | |
Functions | |
| ostream & | H3D::ArithmeticTypes::operator<< (ostream &os, const Vec4d &v) |
| Print a Vec4d values to a ostream. | |
| bool | H3D::ArithmeticTypes::operator== (const Vec4d &v1, const Vec4d &v2) |
| Test two Vec4d for equality. | |
| Vec4d | H3D::ArithmeticTypes::operator+ (const Vec4d &v1, const Vec4d &v2) |
| Addition between two Vec4d. | |
| Vec4d | H3D::ArithmeticTypes::operator * (const Vec4d &v, const double &d) |
| Multiplication between Vec4d and double. | |
| H3DDouble | H3D::ArithmeticTypes::operator * (const Vec4d &v1, const Vec4d &v2) |
| Dot product between two Vec4d. | |
| Vec4d | H3D::ArithmeticTypes::operator * (const double &a, const Vec4d &b) |
| Multiplication with float. | |
| Vec4d | H3D::ArithmeticTypes::operator- (const Vec4d &b) |
| Unary minus. | |
| Vec4d | H3D::ArithmeticTypes::operator- (const Vec4d &a, const Vec4d &b) |
| Subtraction between two Vec4d. | |
1.4.5