Overload List
Method | Description |
---|---|
![]() | This default constructor would typically be used as a placeholder where the curves would be specified by a subsequent call to one of the set() functions. This constructor sets the two curves to be the infinite lines represented by the X and Y axes. |
![]() | Constructs an object that represents the intersection of the two input curves. Intersection points and overlaps are only returned if they are within the two specified parameter ranges. Intersection points are returned within the accuracy of the specified tolerance (or to within the default tolerance if no tolerance parameter is specified). |
![]() | Constructs an object that represents the intersection of the two input curves. Intersection points are returned within the accuracy of the specified tolerance (or to within the default tolerance if no tolerance parameter is specified). |
![]() | Constructs a copy of the input object. |