ProtoFlux:ClosestPointBetweenLines: Difference between revisions

From Resonite Wiki
Created a page for the Closest Point Between Lines node.
 
m YoshBot moved page ProtoFlux:Closest Point Between Lines to ProtoFlux:ClosestPointBetweenLines: Automated: removing spaces from ProtoFlux namespace
 
(No difference)

Latest revision as of 23:45, 20 August 2025

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.