Description
Composes a Transform (and Euler Transform) from its components.
Information
| Plugin | RigVM |
| Category | Math|Transform |
| Tags | EulerTransform,Scale,Rotation,Orientation,Translation,Location |
| Type | FRigVMFunction_MathTransformFromSRT |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Location | The location for the desired transform | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
| Rotation | The euler angles in degrees for the desired transform | Vector | (X=0.000000,Y=0.000000,Z=0.000000) |
| RotationOrder | The rotation order to interpret the euler angles by | Euler Rotation Order | XYZ |
| Scale | The scale for the desired transform | Vector | (X=1.000000,Y=1.000000,Z=1.000000) |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Transform | The result as a transform | Transform | |
| EulerTransform | The result as a euler transform | Euler Transform |