![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <c_sxyz.h>
Inheritance diagram for csXyz:
Collaboration diagram for csXyz:Public Member Functions | |
| ~csXyz () | |
| csXyz () | |
| csXyz (s16, s16, s16) | |
| csXyz | operator+ (csXyz &) |
| void | operator+= (csXyz &) |
| csXyz | operator- (csXyz &) |
| csXyz | operator* (f32) |
| s16 | GetX () const |
| s16 | GetY () const |
| s16 | GetZ () const |
| void | set (s16 oX, s16 oY, s16 oZ) |
| void | setall (s16 val) |
Static Public Attributes | |
| static const csXyz | Zero = csXyz(0, 0, 0) |
Additional Inherited Members | |
Public Attributes inherited from SVec | |
| s16 | x |
| s16 | y |
| s16 | z |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void csXyz::operator+= | ( | csXyz & | other | ) |
|
inline |