You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
682 B
682 B
Transform (Vector4)
Menu Path : Operator > Math > Geometry > Transform (Vector4)
The Transform (Vector4) Operator applies a transformation to a Vector4.
Operator properties
| Input | Type | Description |
|---|---|---|
| Transform | Transform | The Transform this Operator applies to the Vector. |
| Vec | Vector4 | The Vector4 this Operator transforms. |
| Output | Type | Description |
|---|---|---|
| tVec | Vector4 | The transformed Vector4. |