Space Engineers
|
Public Member Functions | |
MyOrientation (float yaw, float pitch, float roll) | |
Quaternion | ToQuaternion () |
override bool | Equals (object obj) |
override int | GetHashCode () |
Static Public Member Functions | |
static bool | operator== (MyOrientation value1, MyOrientation value2) |
static bool | operator!= (MyOrientation value1, MyOrientation value2) |
Public Attributes | |
float | Yaw |
float | Pitch |
float | Roll |
Definition at line 12 of file MyOrientation.cs.
|
inline |
Definition at line 23 of file MyOrientation.cs.
|
inline |
Definition at line 35 of file MyOrientation.cs.
|
inline |
Definition at line 46 of file MyOrientation.cs.
|
inlinestatic |
Definition at line 62 of file MyOrientation.cs.
|
inlinestatic |
Definition at line 54 of file MyOrientation.cs.
|
inline |
Definition at line 30 of file MyOrientation.cs.
float VRage.MyOrientation.Pitch |
Definition at line 18 of file MyOrientation.cs.
float VRage.MyOrientation.Roll |
Definition at line 21 of file MyOrientation.cs.
float VRage.MyOrientation.Yaw |
Definition at line 15 of file MyOrientation.cs.