|
Space Engineers
|
Public Member Functions | |
| MyBlockOrientation (Base6Directions.Direction forward, Base6Directions.Direction up) | |
| MyBlockOrientation (ref Quaternion q) | |
| MyBlockOrientation (ref Matrix m) | |
| void | GetQuaternion (out Quaternion result) |
| void | GetMatrix (out Matrix result) |
| override int | GetHashCode () |
| override bool | Equals (object obj) |
| override string | ToString () |
| Base6Directions.Direction | TransformDirection (Base6Directions.Direction baseDirection) |
| Returns the direction baseDirection will point to after transformation More... | |
| Base6Directions.Direction | TransformDirectionInverse (Base6Directions.Direction baseDirection) |
| Returns the direction that this orientation transforms to baseDirection More... | |
Static Public Member Functions | |
| static bool | operator== (MyBlockOrientation orientation1, MyBlockOrientation orientation2) |
| static bool | operator!= (MyBlockOrientation orientation1, MyBlockOrientation orientation2) |
Public Attributes | |
| Base6Directions.Direction | Forward |
| Base6Directions.Direction | Up |
Static Public Attributes | |
| static readonly MyBlockOrientation | Identity = new MyBlockOrientation(Base6Directions.Direction.Forward, Base6Directions.Direction.Up) |
Properties | |
| Base6Directions.Direction | Left [get] |
| bool | IsValid [get] |
Definition at line 11 of file MyBlockOrientation.cs.
|
inline |
Definition at line 37 of file MyBlockOrientation.cs.
|
inline |
Definition at line 44 of file MyBlockOrientation.cs.
|
inline |
Definition at line 51 of file MyBlockOrientation.cs.
|
inline |
Definition at line 84 of file MyBlockOrientation.cs.
|
inline |
Definition at line 79 of file MyBlockOrientation.cs.
|
inline |
Definition at line 68 of file MyBlockOrientation.cs.
|
inline |
Definition at line 58 of file MyBlockOrientation.cs.
|
inlinestatic |
Definition at line 145 of file MyBlockOrientation.cs.
|
inlinestatic |
Definition at line 140 of file MyBlockOrientation.cs.
|
inline |
Definition at line 96 of file MyBlockOrientation.cs.
|
inline |
Returns the direction baseDirection will point to after transformation
Definition at line 104 of file MyBlockOrientation.cs.
|
inline |
Returns the direction that this orientation transforms to baseDirection
Definition at line 124 of file MyBlockOrientation.cs.
| Base6Directions.Direction VRageMath.MyBlockOrientation.Forward |
Definition at line 16 of file MyBlockOrientation.cs.
|
static |
Definition at line 13 of file MyBlockOrientation.cs.
| Base6Directions.Direction VRageMath.MyBlockOrientation.Up |
Definition at line 19 of file MyBlockOrientation.cs.
|
get |
Definition at line 30 of file MyBlockOrientation.cs.
|
get |
Definition at line 22 of file MyBlockOrientation.cs.
1.8.8