4D half-float vector
More...
#include <half_float_vector.h>
|
| Vec4hf () |
|
| Vec4hf (const Vec4f ©) |
|
| Vec4hf (const HalfFloat &scalar) |
|
| Vec4hf (const Vec2hf ©, const HalfFloat &p3, const HalfFloat &p4) |
|
| Vec4hf (const Vec2hf ©, const Vec2hf ©34) |
|
| Vec4hf (const Vec3hf ©, const HalfFloat &p4) |
|
| Vec4hf (const HalfFloat &p1, const HalfFloat &p2, const HalfFloat &p3, const HalfFloat &p4) |
|
| Vec4hf (const HalfFloat &p1, const HalfFloat &p2, const Vec2hf ©34) |
|
| Vec4hf (const HalfFloat *array_xyzw) |
|
| Vec4hf (float scalar) |
|
| Vec4hf (const Vec2f ©, float p3, float p4) |
|
| Vec4hf (const Vec2f ©, const Vec2f ©34) |
|
| Vec4hf (const Vec3f ©, float p4) |
|
| Vec4hf (float p1, float p2, float p3, float p4) |
|
| Vec4hf (float p1, float p2, const Vec2f ©34) |
|
| Vec4hf (const float *array_xyzw) |
|
| operator Vec4f () const |
|
Vec4f | to_float () const |
|
uicore::Vec4hf::Vec4hf |
( |
| ) |
|
|
inline |
uicore::Vec4hf::Vec4hf |
( |
const Vec4f & |
copy | ) |
|
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
const HalfFloat & |
scalar | ) |
|
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
const Vec2hf & |
copy, |
|
|
const Vec2hf & |
copy34 |
|
) |
| |
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
const HalfFloat * |
array_xyzw | ) |
|
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
float |
scalar | ) |
|
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
const Vec2f & |
copy, |
|
|
float |
p3, |
|
|
float |
p4 |
|
) |
| |
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
const Vec2f & |
copy, |
|
|
const Vec2f & |
copy34 |
|
) |
| |
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
const Vec3f & |
copy, |
|
|
float |
p4 |
|
) |
| |
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
float |
p1, |
|
|
float |
p2, |
|
|
float |
p3, |
|
|
float |
p4 |
|
) |
| |
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
float |
p1, |
|
|
float |
p2, |
|
|
const Vec2f & |
copy34 |
|
) |
| |
|
inlineexplicit |
uicore::Vec4hf::Vec4hf |
( |
const float * |
array_xyzw | ) |
|
|
inlineexplicit |
uicore::Vec4hf::operator Vec4f |
( |
| ) |
const |
|
inline |
Vec4f uicore::Vec4hf::to_float |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: