|
| static int | Intersect2dLineCircle (ON_2dPoint line_from, ON_2dPoint line_to, double r, double tol, double *t0, double *t1) |
| |
| bool | ON_Intersect (const ON_BoundingBox &bbox, const ON_Line &line, double tol, ON_Interval *line_parameters) |
| |
| int | ON_Intersect (const ON_Line &line, const ON_Arc &arc, double *line_t0, ON_3dPoint &arc_point0, double *line_t1, ON_3dPoint &arc_point1) |
| |
| int | ON_Intersect (const ON_Line &line, const ON_Circle &circle, double *line_t0, ON_3dPoint &circle_point0, double *line_t1, ON_3dPoint &circle_point1) |
| |
| int | ON_Intersect (const ON_Line &line, const ON_Cylinder &cylinder, ON_3dPoint &A, ON_3dPoint &B) |
| |
| bool | ON_Intersect (const ON_Line &line, const ON_Plane &plane, double *line_parameter) |
| |
| int | ON_Intersect (const ON_Line &line, const ON_Sphere &sphere, ON_3dPoint &A, ON_3dPoint &B) |
| |
| bool | ON_Intersect (const ON_Line &lineA, const ON_Line &lineB, double *lineA_parameter, double *lineB_parameter) |
| |
| int | ON_Intersect (const ON_Plane &plane, const ON_Arc &arc, ON_3dPoint &point0, ON_3dPoint &point1) |
| |
| int | ON_Intersect (const ON_Plane &plane, const ON_Circle &circle, ON_3dPoint &point0, ON_3dPoint &point1) |
| |
| int | ON_Intersect (const ON_Plane &plane, const ON_Sphere &sphere, ON_Circle &circle) |
| |
| bool | ON_Intersect (const ON_Plane &R, const ON_Plane &S, const ON_Plane &T, ON_3dPoint &P) |
| |
| bool | ON_Intersect (const ON_Plane &R, const ON_Plane &S, ON_Line &L) |
| |
| int | ON_Intersect (const ON_Sphere &sphere0, const ON_Sphere &sphere1, ON_Circle &circle) |
| |
| bool | ON_IntersectLineLine (const ON_Line &lineA, const ON_Line &lineB, double *a, double *b, double tolerance, bool bIntersectSegments) |
| |