ProtoFlux:ClosestPointBetweenLines

From Resonite Wiki
Revision as of 23:45, 20 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:Closest Point Between Lines to ProtoFlux:ClosestPointBetweenLines: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Closest Points Between Lines
LinePoint0
Point0
LineDir0
Point1
LinePoint1
LineDir1
Geometry 3D

The Closest Points Between Lines node takes in 2 lines as inputs (position and direction). Then it returns the intersecting point(s) from those lines.

Inputs

LinePoint0 (float3)

The first line's point.

LineDir0 (float3)

The first line's direction.

LinePoint1 (float3)

The second line's point.

LineDir0 (float3)

The second line's direction.

Outputs

Point0 (float3)

Returns the first point.

Point1 (float3)

Returns the second point.