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

Public Member Functions

 MyTransform (Vector3 position)
 
 MyTransform (Matrix matrix)
 
 MyTransform (ref Vector3 position)
 
 MyTransform (ref Matrix matrix)
 

Static Public Member Functions

static MyTransform Transform (ref MyTransform t1, ref MyTransform t2)
 
static void Transform (ref MyTransform t1, ref MyTransform t2, out MyTransform result)
 
static Vector3 Transform (ref Vector3 v, ref MyTransform t2)
 
static void Transform (ref Vector3 v, ref MyTransform t2, out Vector3 result)
 

Public Attributes

Quaternion Rotation
 
Vector3 Position
 

Properties

Matrix TransformMatrix [get]
 

Detailed Description

Definition at line 14 of file MyTransform.cs.

Constructor & Destructor Documentation

VRageMath.MyTransform.MyTransform ( Vector3  position)
inline

Definition at line 33 of file MyTransform.cs.

VRageMath.MyTransform.MyTransform ( Matrix  matrix)
inline

Definition at line 34 of file MyTransform.cs.

VRageMath.MyTransform.MyTransform ( ref Vector3  position)
inline

Definition at line 36 of file MyTransform.cs.

VRageMath.MyTransform.MyTransform ( ref Matrix  matrix)
inline

Definition at line 42 of file MyTransform.cs.

Member Function Documentation

static MyTransform VRageMath.MyTransform.Transform ( ref MyTransform  t1,
ref MyTransform  t2 
)
inlinestatic

Definition at line 48 of file MyTransform.cs.

static void VRageMath.MyTransform.Transform ( ref MyTransform  t1,
ref MyTransform  t2,
out MyTransform  result 
)
inlinestatic

Definition at line 55 of file MyTransform.cs.

static Vector3 VRageMath.MyTransform.Transform ( ref Vector3  v,
ref MyTransform  t2 
)
inlinestatic

Definition at line 66 of file MyTransform.cs.

static void VRageMath.MyTransform.Transform ( ref Vector3  v,
ref MyTransform  t2,
out Vector3  result 
)
inlinestatic

Definition at line 73 of file MyTransform.cs.

Member Data Documentation

Vector3 VRageMath.MyTransform.Position

Definition at line 21 of file MyTransform.cs.

Quaternion VRageMath.MyTransform.Rotation

Definition at line 20 of file MyTransform.cs.

Property Documentation

Matrix VRageMath.MyTransform.TransformMatrix
get

Definition at line 23 of file MyTransform.cs.


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