2024-02-27 22:22:36 +05:30
|
|
|
# Project On Plane node
|
|
|
|
Projects a vector onto a plane defined by a normal orthogonal to the plane.
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
**Controls**
|
|
|
|
|Options|Description|
|
2024-02-27 22:23:58 +05:30
|
|
|
|---|---|
|
2024-02-27 22:22:36 +05:30
|
|
|
|Vector2, Vector3|Vector type to use for calculation|
|
|
|
|
|
|
|
|
**Inputs**
|
|
|
|
|Name|Type|Binding|Description|
|
|
|
|
|---|---|---|---|
|
|
|
|
|vector|Dynamic vector|none|Vector to project|
|
|
|
|
|plane normal|Dynamic vector|none|Normal orthogonal of the plane|
|
|
|
|
|
|
|
|
**Outputs**
|
|
|
|
|Name|Type|Binding|Description|
|
|
|
|
|---|---|---|---|
|
2024-02-27 22:39:14 +05:30
|
|
|
|vector|vector3|None|Output vector|
|
2024-02-27 22:22:36 +05:30
|
|
|
___
|