Reject From Plane

Pure
RejectFromPlane

Returns 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

NameTypeDefaultDescription
VectorFVectorVector parameter
PlaneNormalFVectorPlaneNormal parameter

Outputs

NameTypeDescription
ReturnValueFVectorReturnValue 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.