NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
#include <lib/egg/math/eggVector.h>
A three-dimensional floating point vector.
Definition at line 34 of file eggVector.h.
Public Member Functions | |
Vector3f () | |
Constructs an empty vector. | |
Vector3f (f32 fx, f32 fy, f32 fz) | |
Constructs a vector from two floating point values. | |
void | set (float x, float y, float z) |
![]() | |
VEC3 (float fx, float fy, float fz) | |
Additional Inherited Members | |
![]() | |
float | x |
float | y |
float | z |
|
inline |
Constructs an empty vector.
Definition at line 37 of file eggVector.h.
|
inline |
Definition at line 39 of file eggVector.h.
|
inline |
Constructs a vector from two floating point values.
Definition at line 42 of file eggVector.h.
|
inline |
Definition at line 44 of file eggVector.h.