Go to the source code of this file.
Functions | |
| float | dot (const MV_Vector_float &x, const MV_Vector_float &y) |
| float | norm (const MV_Vector_float &x) |
| MV_Vector_float | operator* (const MV_Vector_float &x, const float &a) |
| MV_Vector_float | operator* (const float &a, const MV_Vector_float &x) |
| MV_Vector_float & | operator*= (MV_Vector_float &x, const float &a) |
| MV_Vector_float | operator+ (const MV_Vector_float &x, const MV_Vector_float &y) |
| MV_Vector_float & | operator+= (MV_Vector_float &x, const MV_Vector_float &y) |
| MV_Vector_float | operator- (const MV_Vector_float &x, const MV_Vector_float &y) |
| MV_Vector_float & | operator-= (MV_Vector_float &x, const MV_Vector_float &y) |
| float dot | ( | const MV_Vector_float & | x, | |
| const MV_Vector_float & | y | |||
| ) |
| float norm | ( | const MV_Vector_float & | x | ) |
| MV_Vector_float operator* | ( | const MV_Vector_float & | x, | |
| const float & | a | |||
| ) |
| MV_Vector_float operator* | ( | const float & | a, | |
| const MV_Vector_float & | x | |||
| ) |
| MV_Vector_float& operator*= | ( | MV_Vector_float & | x, | |
| const float & | a | |||
| ) |
| MV_Vector_float operator+ | ( | const MV_Vector_float & | x, | |
| const MV_Vector_float & | y | |||
| ) |
| MV_Vector_float& operator+= | ( | MV_Vector_float & | x, | |
| const MV_Vector_float & | y | |||
| ) |
| MV_Vector_float operator- | ( | const MV_Vector_float & | x, | |
| const MV_Vector_float & | y | |||
| ) |
| MV_Vector_float& operator-= | ( | MV_Vector_float & | x, | |
| const MV_Vector_float & | y | |||
| ) |