API reference

HzVector3f Struct

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

Fields

x : float
x coordinate of the vector.
Signature
float HzVector3f::x
y : float
y coordinate of the vector.
Signature
float HzVector3f::y
z : float
z coordinate of the vector.
Signature
float HzVector3f::z