![]() |
Plasma Engine
2.0
|
A simple helper class to use half-precision floats (plFloat16) as vectors. More...
#include <Float16.h>
Public Member Functions | |
PL_DECLARE_POD_TYPE () | |
plFloat16Vec3 (const plVec3 &vVec) | |
void | operator= (const plVec3 &vVec) |
operator plVec3 () const | |
Public Attributes | |
plFloat16 | x |
plFloat16 | y |
plFloat16 | z |
A simple helper class to use half-precision floats (plFloat16) as vectors.