Standard |
The StandardQuaternionTransform type exposes the following members.
Name | Description | |
---|---|---|
GetAverageScale | Returns an average scale that is calculated by averaging the ScaleX, ScaleY and ScaleZ. | |
GetQuaternion | Gets the rotation quaternion. | |
GetScaleFactors | Returns a Vector3 created from ScaleX, ScaleY, ScaleZ properties. | |
GetTranslateVector | Returns a Vector3 created from TranslateX, TranslateY and TranslateZ properties. | |
GetTranslateVector3D | Obsolete. Returns a Vector3 created from TranslateX, TranslateY and TranslateZ properties. | |
Move(Vector3) | Updates the translate transformation by moving for the specified offsets and updates the transformation matrix. | |
Move(Single, Single, Single) | Updates the translate transformation by moving for the specified offsets and updates the transformation matrix. | |
Reset | Reset method sets all translation and rotation to zero and all scales to 1. | |
Scale(Single) | Scales the existing transformation by multiplying the current scale factors with the specified scaleFactor and updates the transformation matrix. | |
Scale(Single, Single, Single) | Scales the existing transformation by multiplying the current scale factors with the specified scale factors and updates the transformation matrix. | |
SetQuaternion(Quaternion) | Sets the rotation quaternion. | |
SetQuaternion(Single, Single, Single, Single) | Sets the rotation quaternion. | |
SetScale(Single) | Sets scale factor for all x, y and z scale factors to the specified uniformScale and updates the transformation matrix. | |
SetScale(Vector3) | Sets the scale factors to the specified values and updates the transformation matrix. | |
SetScale(Single, Single, Single) | Sets the scale factors to the specified values and updates the transformation matrix. | |
SetTranslate(Vector3) | Sets translate transformation values to the specified values and updates the transformation matrix. | |
SetTranslate(Single, Single, Single) | Sets translate transformation values to the specified values and updates the transformation matrix. | |
ToString | (Overrides ObjectToString) | |
UpdateMatrix | Updates the Matrix4x4 that defines this transformation and is set to Value property. |