GeometryHelperGetClosestPoints Method |
Name | Description | |
---|---|---|
GetClosestPoints(LineSegment, Vector3F, Vector3F) |
Gets the closest point of a line segment to a point.
| |
GetClosestPoints(Line, Line, Vector3F, Vector3F) |
Gets the closest points of two lines.
| |
GetClosestPoints(LineSegment, Line, Vector3F, Vector3F) |
Gets the closest points of a line and a line segment.
| |
GetClosestPoints(LineSegment, LineSegment, Vector3F, Vector3F) |
Gets the closest points of two line segments.
| |
GetClosestPoints(Plane, Line, Vector3F, Vector3F) |
Gets the closest points of a line and a plane.
| |
GetClosestPoints(Plane, LineSegment, Vector3F, Vector3F) |
Gets the closest points of a line and a plane.
|