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.
Array< T, N > copyAs(const Array< U, N > &src)
Copy an Array to an Array of a different type.
std::enable_if_t< std::is_arithmetic< T >::value, Print & > operator<<(Print &os, const AH::ArraySlice< T, N, Reverse, Const > &a)
Type for 2D vectors of floating point numbers.
Print & operator<<(Print &os, Vec2f v)
Printing.
Type for 3D vectors of floating point numbers.
Print & operator<<(Print &os, Vec3f v)
Printing.