Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
VRage.MyOrientation Struct Reference

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
 

Detailed Description

Definition at line 12 of file MyOrientation.cs.

Constructor & Destructor Documentation

VRage.MyOrientation.MyOrientation ( float  yaw,
float  pitch,
float  roll 
)
inline

Definition at line 23 of file MyOrientation.cs.

Member Function Documentation

override bool VRage.MyOrientation.Equals ( object  obj)
inline

Definition at line 35 of file MyOrientation.cs.

override int VRage.MyOrientation.GetHashCode ( )
inline

Definition at line 46 of file MyOrientation.cs.

static bool VRage.MyOrientation.operator!= ( MyOrientation  value1,
MyOrientation  value2 
)
inlinestatic

Definition at line 62 of file MyOrientation.cs.

static bool VRage.MyOrientation.operator== ( MyOrientation  value1,
MyOrientation  value2 
)
inlinestatic

Definition at line 54 of file MyOrientation.cs.

Quaternion VRage.MyOrientation.ToQuaternion ( )
inline

Definition at line 30 of file MyOrientation.cs.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: