Struct Transform
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Aximo
Assembly: AxCommon.dll
Constructors
|
Improve this Doc
View Source
Declaration
public Transform(Vector3 scale, Quaternion rotation, Vector3 translation)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector3 |
scale |
|
OpenToolkit.Mathematics.Quaternion |
rotation |
|
OpenToolkit.Mathematics.Vector3 |
translation |
|
Fields
|
Improve this Doc
View Source
Declaration
public static readonly Transform Identity
Field Value
|
Improve this Doc
View Source
Declaration
public Quaternion Rotation
Field Value
Type |
Description |
OpenToolkit.Mathematics.Quaternion |
|
|
Improve this Doc
View Source
Declaration
Field Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
|
Improve this Doc
View Source
Declaration
public Vector3 Translation
Field Value
Type |
Description |
OpenToolkit.Mathematics.Vector3 |
|
Methods
|
Improve this Doc
View Source
Declaration
public static Transform CreateScale(Vector3 scale)
Parameters
Type |
Name |
Description |
OpenToolkit.Mathematics.Vector3 |
scale |
|
Returns
|
Improve this Doc
View Source
Declaration
public static Transform CreateScale(float scale)
Parameters
Type |
Name |
Description |
System.Single |
scale |
|
Returns
|
Improve this Doc
View Source
Declaration
public static Transform CreateScale(float x, float y, float z)
Parameters
Type |
Name |
Description |
System.Single |
x |
|
System.Single |
y |
|
System.Single |
z |
|
Returns
|
Improve this Doc
View Source
Declaration
public Matrix4 GetMatrix()
Returns
Type |
Description |
OpenToolkit.Mathematics.Matrix4 |
|