Nodes > Functions > Util > Transform Vector

Transforms a position from one type of space to another.
Inputs
| Name | Type | Description |
|---|---|---|
| Object Vector | float | Input position to be transformed |
Outputs
| Name | Type | Description |
|---|---|---|
| World Vector | float | Final, transformed position |
Properties
| Name | Type | Description |
|---|---|---|
| From | dropdown | Type of space the input position uses |
| To | dropdown | Type of space the output position uses |
| ApplyRotation | bool | When true, rotation is applied in the transformation |
| ApplyTranslation | bool | When true, translation is applied in the transformation |
Was this page helpful?