ClosestPair3d Class
Public Class ClosestPair3d
This language is not supported or no code example is available.
public static class ClosestPair3d
This language is not supported or no code example is available.
public ref class ClosestPair3d
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
ClosestPair(params Tuple<Point3dPoint3d>[]) | Returns the pair which has the points closest to each other. | |
SegmentSegment(Line3d, Line3d) | Computes the two points closest to each other on two line segments. Always returns a result, even if the segments are parallel and parametrically overlapping. In that case, a segments endpoint and a point on the other segment is returned as result. In the result, Item1 is on segment 1, and Item2 is on segment2. | |
TriangleSegment(Triangle3d, Line3d) |
IGS.Genamo.ClosestPair3d