Struct params¶
Defined in File common.h
Page Contents
Nested Relationships¶
Nested Types¶
Struct Documentation¶
-
struct params¶
A serializable parameters struct that nobody would ever actually use like this.
Public Functions
-
inline params()¶
Creates a params struct with
x,y, andzinitialized to0.0f;.
-
inline params(float _x, float _y, float _z)¶
The explicit params constructor.
- Parameters
_x – The value to set this params
xfield to._y – The value to set this params
yfield to._z – The value to set this params
zfield to.
Public Members
-
float x¶
The x Cartesian coordinate.
-
float y¶
The y Cartesian coordinate.
-
float z¶
The z Cartesian coordinate.
-
union U¶
A nested union of sorts.
-
inline params()¶