Definition at line 47 of file MemoryTest.cpp.
Public Member Functions | |
| Vec3 | operator+ (const Vec3 &a_other) const |
| Add two vectors and return result. | |
| Vec3 (float a_x, float a_y, float a_z) | |
| Construct from three elements. | |
| Vec3 () | |
| Default constructor. | |
Data Fields | |
| float | v [3] |
| 3 float components for axes or dimensions | |
| Vec3::Vec3 | ( | ) | [inline] |
3 float components for axes or dimensions
Definition at line 68 of file MemoryTest.cpp.
Referenced by BoxesIntersect(), main(), operator+(), and Vec3().
1.5.6