ProtoFlux:Closest Point Between Lines

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.