horizonos/common/GraphicTypes.hw
: float |
w coordinate of the vector/quaternion.
Signature
float HzVector4f::w |
x
: float |
x coordinate of the vector/quaternion.
Signature
float HzVector4f::x |
y
: float |
y coordinate of the vector/quaternion.
Signature
float HzVector4f::y |
z
: float |
z coordinate of the vector/quaternion.
Signature
float HzVector4f::z |