#include <Rotation.h>
Public Member Functions | |
| double * | AsVector () |
| Rotation | operator * (float scaler) |
| Rotation | operator+ (Rotation r_2) |
| Rotation | operator+= (Rotation r_2) |
| Rotation | operator- (Rotation r_2) |
| Rotation | operator/ (float scaler) |
| Rotation (float x, float y, float z) | |
| Rotation () | |
| Rotation | SetRotation (Rotation new_rot) |
Public Attributes | |
| float | spin [3] |
|
|
Definition at line 3 of file Rotation.cpp. References spin. Referenced by operator *(), operator+(), operator+=(), operator-(), and operator/(). |
|
||||||||||||||||
|
Definition at line 8 of file Rotation.cpp. References spin. |
|
|
|
|
|
Definition at line 38 of file Rotation.cpp. References Rotation(), and spin. |
Here is the call graph for this function:

|
|
Definition at line 23 of file Rotation.cpp. References Rotation(), and spin. |
Here is the call graph for this function:

|
|
Definition at line 28 of file Rotation.cpp. References Rotation(), and spin. |
Here is the call graph for this function:

|
|
Definition at line 33 of file Rotation.cpp. References Rotation(), and spin. |
Here is the call graph for this function:

|
|
Definition at line 42 of file Rotation.cpp. References Rotation(), and spin. |
Here is the call graph for this function:

|
|
Definition at line 15 of file Rotation.cpp. References spin. |
|
|
Definition at line 20 of file Rotation.h. Referenced by Quaternion::MakeAngles(), operator *(), operator+(), operator+=(), operator-(), operator/(), Quaternion::Quaternion(), Rotation(), and SetRotation(). |
1.4.1