#include <WMath.hpp>
|
|
| WVector3 (float fX, float fY, float fZ) |
| |
|
| operator float * () |
| |
|
| operator const float * () |
| |
|
const WVector3 | operator+ () const |
| |
|
const WVector3 | operator- () const |
| |
|
const WVector3 | operator+ (const WVector3 vec) const |
| |
|
const WVector3 | operator- (const WVector3 vec) const |
| |
|
const WVector3 | operator* (const WVector3 vec) const |
| |
|
const WVector3 | operator* (const float f) const |
| |
|
const WVector3 | operator/ (const WVector3 vec) const |
| |
|
const WVector3 | operator/ (const float f) const |
| |
|
void | operator+= (const WVector3 vec) |
| |
|
void | operator-= (const WVector3 vec) |
| |
|
void | operator*= (const WVector3 vec) |
| |
|
void | operator*= (const float f) |
| |
|
void | operator/= (const WVector3 vec) |
| |
|
void | operator/= (const float f) |
| |
|
float & | operator[] (const uint32_t index) |
| |
|
float | operator[] (const uint32_t index) const |
| |
|
float & | operator[] (const int index) |
| |
|
float | operator[] (const int index) const |
| |
|
float & | operator() (const uint32_t index) |
| |
|
float | operator() (const uint32_t index) const |
| |
|
float & | operator() (const int index) |
| |
|
float | operator() (const int index) const |
| |
|
bool | operator== (const WVector3 vec) const |
| |
|
bool | operator!= (const WVector3 vec) const |
| |
|
|
union { |
|
struct { |
| float x |
| |
| float y |
| |
| float z |
| |
| } | |
| |
|
float components [3] |
| |
| }; | |
| |
x component of the vector
y component of the vector
z component of the vector
The documentation for this class was generated from the following file: