|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| Quaternion (float x, float y, float z, float w) | |
| Quaternion (EulerAngles angles) | |
| readonly EulerAngles | ToEulerAngles () |
| override readonly string | ToString () |
Static Public Member Functions | |
| static implicit | operator string (Quaternion q) |
Public Attributes | |
| float | x |
| float | y |
| float | z |
| float | w |
Properties | |
| static Quaternion | Identity [get] |