_vector3.h File Reference
#include "mathlib/nmath.h"
#include <float.h>
Go to the source code of this file.
Classes | |
| class | _vector3 |
Functions | |
| static _vector3 | operator+ (const _vector3 &v0, const _vector3 &v1) |
| static _vector3 | operator- (const _vector3 &v0, const _vector3 &v1) |
| static _vector3 | operator * (const _vector3 &v0, const float s) |
| static _vector3 | operator/ (const _vector3 &v0, const float s) |
| static float | operator% (const _vector3 &v0, const _vector3 &v1) |
Function Documentation
|
||||||||||||
|
Definition at line 272 of file _vector3.h. |
|
||||||||||||
|
Definition at line 282 of file _vector3.h. |
|
||||||||||||
|
Definition at line 292 of file _vector3.h. |
|
||||||||||||
|
Definition at line 312 of file _vector3.h. |
|
||||||||||||
|
Dot product. Definition at line 324 of file _vector3.h. |