mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-04-24 15:17:33 +08:00
Sync changes from upstream repository
Co-authored-by: Andrew Le Bihan <andy@mcneel.com> Co-authored-by: Dale Fugier <dale@mcneel.com> Co-authored-by: Dale Lear <dalelear@mcneel.com> Co-authored-by: Greg Arden <greg@mcneel.com> Co-authored-by: Jussi <jussi@mcneel.com> Co-authored-by: Lowell <lowell@mcneel.com> Co-authored-by: Rajaa Issa <rajaa@mcneel.com> Co-authored-by: Steve Baer <steve@mcneel.com> Co-authored-by: alain <alain@mcneel.com> Co-authored-by: chuck <chuck@mcneel.com> Co-authored-by: piac <giulio@mcneel.com>
This commit is contained in:
@@ -558,6 +558,18 @@ public:
|
||||
const ON_BoundingBox& other_bbox
|
||||
) const;
|
||||
|
||||
/*
|
||||
Description:
|
||||
Test to see if "this" and line are disjoint (do not intersect or line is included).
|
||||
Parameters:
|
||||
line - [in]
|
||||
infinite - [in] if false or not provided, then the line is considered bounded by start and end points.
|
||||
Returns:
|
||||
True if "this" and line are disjoint.
|
||||
*/
|
||||
bool IsDisjoint(const ON_Line& line) const;
|
||||
bool IsDisjoint(const ON_Line& line, bool infinite) const;
|
||||
|
||||
bool SwapCoordinates( int, int );
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user