![]() |
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 () | |
plFloat16Vec2 (const plVec2 &vVec) | |
void | operator= (const plVec2 &vVec) |
operator plVec2 () const | |
Public Attributes | |
plFloat16 | x |
plFloat16 | y |
A simple helper class to use half-precision floats (plFloat16) as vectors.