Rasagar/Library/PackageCache/com.unity.visualeffectgraph/Documentation~/Operator-Transform(Vector).md

17 lines
706 B
Markdown
Raw Normal View History

2024-08-26 13:07:20 -07:00
# Transform (Vector)
Menu Path : **Operator > Math > Geometry > Transform (Vector)**
The **Transform (Vector)** Operator applies a transformation to a Vector to offset, rotate, or scale it.
## Operator properties
| **Input** | **Type** | **Description** |
| ------------- | --------- | -------------------------------------------------- |
| **Transform** | Transform | The Transform this Operator applies to the Vector. |
| **Vector** | Vector | The Vector this Operator transforms. |
| **Output** | **Type** | **Description** |
| ---------- | -------- | ----------------------- |
| **vec** | Vector | The transformed Vector. |