17 return os <<
"(" << v.
x <<
", " << v.
y <<
")";
23 return os <<
"(" << v.
x <<
", " << v.
y <<
", " << v.
z <<
")";
31 return os <<
"(" << v.
x <<
", " << v.
y <<
")";
37 return os <<
"(" << v.
x <<
", " << v.
y <<
", " << v.
z <<
")";
#define BEGIN_AH_NAMESPACE
Definition of Vec2f and Vec3f.
Print & operator<<(Print &os, Vec3f v)
Printing.
Print & operator<<(Print &os, Vec2f v)
Printing.
Print & operator<<(Print &os, Quaternion e)
Printing.
Type for 2D vectors of floating point numbers.
float y
The y component of the vector.
float x
The x component of the vector.
Type for 3D vectors of floating point numbers.
float y
The y component of the vector.
float x
The x component of the vector.
float z
The z component of the vector.