Public Member Functions | |
mpVector () | |
mpVector (float xx, float yy, float zz) | |
mpVector (const mpVector &other) | |
mpVector & | Normalize () |
float | Magnitude () |
mpVector | Cross (const mpVector &other) |
mpVector | operator- (mpVector v) |
mpVector | operator+ (mpVector v) |
float | operator * (mpVector v) |
mpVector | operator- (float c) |
mpVector | operator+ (float c) |
mpVector | operator/ (float c) |
mpVector | operator * (float c) |
void | operator= (const mpVector &other) |
operator mp4Vector () const | |
operator char * () const | |
Public Attributes | |
float | x |
float | y |
float | z |
Friends | |
class | mp4Vector |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|