API reference

HzVector4f Struct

In Header file horizonos/common/GraphicTypes.h
Represents a vector with 4 floating point values.

Fields

w : 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