![]() |
doom3-gpl
Doom 3 GPL source release
|
#include <Vector.h>
Public Member Functions | |
| idPolar3 (void) | |
| idPolar3 (const float radius, const float theta, const float phi) | |
| void | Set (const float radius, const float theta, const float phi) |
| float | operator[] (const int index) const |
| float & | operator[] (const int index) |
| idPolar3 | operator- () const |
| idPolar3 & | operator= (const idPolar3 &a) |
| idVec3 | ToVec3 (void) const |
Public Attributes | |
| float | radius |
| float | theta |
| float | phi |
1.8.6.