Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:ClosestPointBetweenLines

From Resonite Wiki
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.