|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| EulerAngles (float pitch, float yaw, float roll) | |
| EulerAngles (Float3 eulerAngles) | |
| EulerAngles (Quaternion q) | |
| Quaternion | ToQuaternion () |
| override string | ToString () |
Public Attributes | |
| float | pitch |
| float | yaw |
| float | roll |
Static Public Attributes | |
| const float | TWO_PI = (float)(2 * System.Math.PI) |
Properties | |
| static EulerAngles | Zero [get] |