Vec2f.h File Reference

Header file for Vec2f. More...

Go to the source code of this file.

Namespaces

namespace  H3D
namespace  H3D::ArithmeticTypes

Classes

struct  H3D::ArithmeticTypes::Vec2f
 A Vec2f specifies a 2d vector. 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

Header file for Vec2f.


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