Reject From Plane
PureRejectFromPlaneReturns the component of a vector along the plane normal (perpendicular to the plane).
Type: Pure (no side effects)
Category: Fortuna|Vector & Transform
Keywords: vector & transform
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Vector | FVector | — | Vector parameter |
| PlaneNormal | FVector | — | PlaneNormal parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | FVector | ReturnValue output |
Example Use Cases
Example 1
Get the vertical component of velocity on a slope.
Example 2
Measure how much a force pushes into a surface.