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 |
---|---|
Scaled |
Constructor. |
Scaled |
Constructor. |
Fields
Name | Description |
---|---|
Transform | The transform. |
Properties
Name | Description |
---|---|
Identity | Gets the identity. |
Inverse |
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(Scaled |
Returns aFromC = aFromB * bFromC, where bFromC has no scale Advanced use only. |