Struct Math.ScaledMTransform
A transform in matrix format that includes scale.
Inherited Members
Namespace: Unity.Physics
Assembly: solution.dll
Syntax
public struct Math.ScaledMTransform
Constructors
Name | Description |
---|---|
ScaledMTransform(RigidTransform, float) | Constructor. |
ScaledMTransform(MTransform, float) | Constructor. |
Fields
Name | Description |
---|---|
Transform | The transform. |
Properties
Name | Description |
---|---|
Identity | Gets the identity. |
InverseRotation | Gets the inverse rotation. |
Rotation | Gets or sets the rotation. |
Scale | Gets or sets the scale. |
Translation | Gets or sets the translation. |
Methods
Name | Description |
---|---|
Mul(ScaledMTransform, MTransform) | Returns aFromC = aFromB * bFromC, where bFromC has no scale Advanced use only. |