16#if !defined(ON_INTERSECT_INC_)
17#define ON_INTERSECT_INC_
76 bool bIntersectSegments
Definition opennurbs_point.h:403
Definition opennurbs_bounding_box.h:25
Definition opennurbs_circle.h:33
Definition opennurbs_cylinder.h:28
Definition opennurbs_point.h:46
Definition opennurbs_line.h:20
Definition opennurbs_plane.h:20
Definition opennurbs_sphere.h:22
#define ON_DECL
Definition opennurbs_defines.h:92
ON_DECL bool ON_Intersect(const ON_Line &lineA, const ON_Line &lineB, double *a, double *b)
Definition opennurbs_intersect.cpp:202
ON_DECL bool ON_IntersectLineLine(const ON_Line &lineA, const ON_Line &lineB, double *a, double *b, double tolerance, bool bIntersectSegments)
Definition opennurbs_intersect.cpp:19