#include <FMVector4.h>
Public Member Functions | |
FMVector4 () | |
Creates an empty FMVector4. | |
FMVector4 (FMVector3 v, float _w) | |
Creates the FMVector4 with the coordinates given. | |
FMVector4 (float _x, float _y, float _z, float _w) | |
Creates the FMVector4 with the coordinates given. | |
operator float * () | |
Get this FMVector4 as an array of floats . | |
operator const float * () const | |
Get this FMVector4 as an array of floats . | |
Public Attributes | |
float | x |
The first coordinate. | |
float | y |
The second coordinate. | |
float | z |
The third coordinate. | |
float | w |
The forth coordinate. | |
Static Public Attributes | |
static const FMVector4 | Zero |
The FMVector4 representing zero. |
Not used within FCollada.
|
Creates the FMVector4 with the coordinates given.
The first three coordinates are taken from the FMVector3, where the first one is the x value, the second is that y, and the third is the z. The forth value is the
|
|
Creates the FMVector4 with the coordinates given.
|
|
Get this FMVector4 as an array of
|
|
Get this FMVector4 as an array of
|