Vec4d operators.
[Basic types.]

Collaboration diagram for Vec4d operators.:

Operators on Vec4d instances. More...

Functions

Vec4d H3D::ArithmeticTypes::operator * (const Matrix4f &m, const Vec4d &v)
 Multiplication between Matrix4f and Vec4d.
Vec4d H3D::ArithmeticTypes::operator * (const Matrix4d &m, const Vec4d &v)
 Multiplication between Matrix4d and Vec4d.
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.

Detailed Description

Operators on Vec4d instances.

See also the template operators for more operators automatically defined from the explicit ones defined here.


Generated on Thu Aug 24 12:38:45 2006 for H3D API by  doxygen 1.4.5