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

Public Member Functions

 MyPositionAndOrientation (Vector3D position, Vector3 forward, Vector3 up)
 
 MyPositionAndOrientation (ref MatrixD matrix)
 
 MyPositionAndOrientation (MatrixD matrix)
 
MatrixD GetMatrix ()
 
override string ToString ()
 

Public Attributes

SerializableVector3D Position
 
SerializableVector3 Forward
 
SerializableVector3 Up
 

Static Public Attributes

static readonly MyPositionAndOrientation Default = new MyPositionAndOrientation(Vector3.Zero, Vector3.Forward, Vector3.Up)
 

Properties

Quaternion Orientation [get, set]
 

Detailed Description

Definition at line 13 of file MyPositionAndOrientation.cs.

Constructor & Destructor Documentation

VRage.MyPositionAndOrientation.MyPositionAndOrientation ( Vector3D  position,
Vector3  forward,
Vector3  up 
)
inline

Definition at line 43 of file MyPositionAndOrientation.cs.

VRage.MyPositionAndOrientation.MyPositionAndOrientation ( ref MatrixD  matrix)
inline

Definition at line 50 of file MyPositionAndOrientation.cs.

VRage.MyPositionAndOrientation.MyPositionAndOrientation ( MatrixD  matrix)
inline

Definition at line 57 of file MyPositionAndOrientation.cs.

Member Function Documentation

MatrixD VRage.MyPositionAndOrientation.GetMatrix ( )
inline

Definition at line 63 of file MyPositionAndOrientation.cs.

override string VRage.MyPositionAndOrientation.ToString ( )
inline

Definition at line 68 of file MyPositionAndOrientation.cs.

Member Data Documentation

readonly MyPositionAndOrientation VRage.MyPositionAndOrientation.Default = new MyPositionAndOrientation(Vector3.Zero, Vector3.Forward, Vector3.Up)
static

Definition at line 41 of file MyPositionAndOrientation.cs.

SerializableVector3 VRage.MyPositionAndOrientation.Forward

Definition at line 22 of file MyPositionAndOrientation.cs.

SerializableVector3D VRage.MyPositionAndOrientation.Position

Definition at line 17 of file MyPositionAndOrientation.cs.

SerializableVector3 VRage.MyPositionAndOrientation.Up

Definition at line 27 of file MyPositionAndOrientation.cs.

Property Documentation

Quaternion VRage.MyPositionAndOrientation.Orientation
getset

Definition at line 31 of file MyPositionAndOrientation.cs.


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