Struct b3SegmentDistanceResult
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
The closest points between two segments or infinite lines.
Mirror of b3SegmentDistanceResult.
public struct b3SegmentDistanceResultInherited Members
Fields
- fraction1
-
The parametric coordinate of Box3D.Native.b3SegmentDistanceResult.point1 along the first segment or line.
- fraction2
-
The parametric coordinate of Box3D.Native.b3SegmentDistanceResult.point2 along the second segment or line.
- point1
-
The closest point on the first segment or line.
- point2
-
The closest point on the second segment or line.