Public Sub New( curve1 As Curve2d, curve2 As Curve2d )
public CurveCurveIntersector2d( Curve2d curve1, Curve2d curve2 );
|
Parameters |
Description |
|
Curve2d curve1 |
Input first curve |
|
Curve2d curve2 |
Input second curve |
Constructs an object that represents the intersection of the two input curves. Intersection points are returned within the accuracy of the default tolerance.