Class MyTransform
Inheritance
System.Object
MyTransform
Assembly: VRage.Math.dll
public sealed class MyTransform : ValueType
Constructors
Declaration
public MyTransform(Matrix matrix)
Parameters
Type |
Name |
Description |
Matrix |
matrix |
|
Declaration
public MyTransform(ref Matrix matrix)
Parameters
Type |
Name |
Description |
Matrix |
matrix |
|
Declaration
public MyTransform(Vector3 position)
Parameters
Type |
Name |
Description |
Vector3 |
position |
|
Declaration
public MyTransform(ref Vector3 position)
Parameters
Type |
Name |
Description |
Vector3 |
position |
|
Fields
Declaration
Field Value
Declaration
[Serialize]
public Quaternion Rotation
Field Value
Properties
Declaration
public Matrix TransformMatrix { get; }
Property Value
Methods
Declaration
public static MyTransform Transform(ref MyTransform t1, ref MyTransform t2)
Parameters
Returns
Declaration
public static void Transform(ref MyTransform t1, ref MyTransform t2, out MyTransform result)
Parameters
Declaration
public static Vector3 Transform(ref Vector3 v, ref MyTransform t2)
Parameters
Returns
Declaration
public static void Transform(ref Vector3 v, ref MyTransform t2, out Vector3 result)
Parameters