Vec2f operators.
[Basic types.]

Collaboration diagram for Vec2f operators.:

Operators on Vec2f instances. More...

Functions

ostream & H3D::ArithmeticTypes::operator<< (ostream &os, const Vec2f &v)
 Function for printing a Vec2f to an ostream.
bool H3D::ArithmeticTypes::operator== (const Vec2f &v1, const Vec2f &v2)
 Test two Vec2f for equality.
Vec2f H3D::ArithmeticTypes::operator+ (const Vec2f &v1, const Vec2f &v2)
 Addition between two Vec2f.
Vec2f H3D::ArithmeticTypes::operator * (const Vec2f &v, const float &f)
 Multiply a Vec2f with a float.
Vec2f H3D::ArithmeticTypes::operator * (const Vec2f &v, const double &d)
 Multiply a Vec2f with a double.
Vec2f H3D::ArithmeticTypes::operator * (const Vec2f &v, const int &i)
 Multiply a Vec2f with an int.
Vec2f H3D::ArithmeticTypes::operator * (const Vec2f &v, const long &i)
 Multiply a Vec2f with an long.
H3DFloat H3D::ArithmeticTypes::operator * (const Vec2f &v1, const Vec2f &v2)
  Get the dot product of two Vec2f.
Vec2f H3D::ArithmeticTypes::operator * (const float &a, const Vec2f &b)
 Multiplication with float.
Vec2f H3D::ArithmeticTypes::operator * (const double &a, const Vec2f &b)
 Multiplication with double.
Vec2f H3D::ArithmeticTypes::operator * (const int &a, const Vec2f &b)
 Multiplication with int.
Vec2f H3D::ArithmeticTypes::operator * (const long &a, const Vec2f &b)
 Multiplication with long.
Vec2f H3D::ArithmeticTypes::operator- (const Vec2f &b)
 Unary minus.
Vec2f H3D::ArithmeticTypes::operator- (const Vec2f &a, const Vec2f &b)
 Subtraction between two Vec2f.

Detailed Description

Operators on Vec2f 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