ClosestPoints2d Class

Public Class ClosestPoints2d
This language is not supported or no code example is available.
public static class ClosestPoints2d
This language is not supported or no code example is available.
public ref class ClosestPoints2d 
This language is not supported or no code example is available.
public class ClosestPoints2d
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Static ArcArc(Arc2d, Arc2d, bool) Computes the closest points between two arc segments. The resulting lines startpoint will be on a1, and its endpoint on a2. 'checkZeroIntersect' should be true if it's possible the segments intersect (ie. check for zero distance) Setting it to false will speed up the computation.
Public method Static ArcSegment(Arc2d, Line2d, bool) Computes the closest points between an arc segment and a line segment. The resulting lines startpoint will be on arc, and its endpoint on line. 'checkZeroIntersect' should be true if it's possible the segments intersect (ie. check for zero distance) Setting it to false will speed up the computation.
Public method Static PolyPoly(Poly2d, Poly2d)
Public method Static PolyPoly2(Poly2d, Poly2d, double, double)
Public method Static SegmentSegment(Line2d, Line2d, bool) Computes the closest points between two arc segments. The resulting lines startpoint will be on l1, and its endpoint on l2. 'checkZeroIntersect' should be true if it's possible the segments intersect (ie. check for zero distance) Setting it to false will speed up the computation.
Top
IGS.Genamo.ClosestPoints2d

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition