2D half-float vector More...
#include <half_float_vector.h>
Public Member Functions | |
Vec2hf () | |
Vec2hf (const HalfFloat &p1, const HalfFloat &p2) | |
Vec2hf (const HalfFloat &scalar) | |
Vec2hf (const HalfFloat *array_xy) | |
Vec2hf (const Pointx< double > &point) | |
Vec2hf (const Pointx< float > &point) | |
Vec2hf (const Pointx< int > &point) | |
Vec2hf (const Vec2d ©) | |
Vec2hf (const Vec2f ©) | |
Vec2hf (const Vec2hf ©) | |
Vec2hf (const Vec2i ©) | |
Vec2hf (const Vec3f ©) | |
Vec2hf (const Vec3hf ©) | |
Vec2hf (const Vec4f ©) | |
Vec2hf (const Vec4hf ©) | |
Vec2hf (float *array_xy) | |
Vec2hf (float p1, float p2) | |
Vec2hf (float scalar) | |
operator Vec2f () const | |
Vec2f | to_float () const |
Public Attributes | |
HalfFloat | x |
HalfFloat | y |
2D half-float vector