PositionOffset
PositionOffset

Represents a position offset (x, y, z).

Variables
m_x;

The x value.

m_y
float m_y

The y value.

m_z
float m_z

The z value.

Functions
PositionOffset
PositionOffset(
float x,
float y,
float z
)

Creates a PositionOffset object.

x
float x() const

Gets the x position offset.

Returns

The x position offset.

y
float y() const

Gets the y position offset.

Returns

The y position offset.

z
float z() const

Gets the z position offset.

Returns

The z position offset.