|
| | ON_CurveLeafBox () |
| |
| bool | GetClosestPointSeed (const ON_3dPoint &P, double *t) const |
| |
| bool | GetClosestPointSeed (const ON_CurveLeafBox &crvleafbox, double *t, double *c) const |
| |
| bool | GetClosestPointSeed (const ON_SurfaceLeafBox &srfleafbox, double *t, double *s0, double *s1) const |
| |
| bool | IsFartherThan (double d, const ON_3dPoint &P) const |
| |
| bool | IsFartherThan (double d, const ON_BoundingBox &bbox) const |
| |
| bool | IsFartherThan (double d, const ON_CurveLeafBox &crvleafbox) const |
| |
| bool | IsFartherThan (double d, const ON_Line &L) const |
| |
| bool | IsFartherThan (double d, const ON_Plane &plane) const |
| |
| bool | IsFartherThan (double d, const ON_PlaneEquation &plane_equation) const |
| |
| bool | IsFartherThan (double d, const ON_SurfaceLeafBox &srfleafbox) const |
| |
| bool | IsPointIn (const ON_3dPoint &P) const |
| |
| bool | IsValid (ON_TextLog *text_log) const |
| | C++ default copy constructor, operator =, and destructor work fine. More...
|
| |
| double | MaximumDistanceTo (const ON_BoundingBox &bbox) const |
| |
| double | MaximumDistanceTo (const ON_CurveLeafBox &crvleafbox) const |
| |
| double | MaximumDistanceTo (const ON_Line &L) const |
| |
| double | MaximumDistanceTo (const ON_Plane &plane) const |
| |
| double | MaximumDistanceTo (const ON_PlaneEquation &plane_equation) const |
| |
| double | MaximumDistanceTo (const ON_SurfaceLeafBox &srfleafbox) const |
| |
| double | MaximumDistanceTo (ON_3dPoint P) const |
| |
| double | MinimumDistanceTo (const ON_BoundingBox &bbox) const |
| |
| double | MinimumDistanceTo (const ON_CurveLeafBox &crvleafbox) const |
| |
| double | MinimumDistanceTo (const ON_Line &L) const |
| |
| double | MinimumDistanceTo (const ON_Plane &plane) const |
| |
| double | MinimumDistanceTo (const ON_PlaneEquation &plane_equation) const |
| |
| double | MinimumDistanceTo (const ON_SurfaceLeafBox &srfleafbox) const |
| |
| double | MinimumDistanceTo (ON_3dPoint P) const |
| |
| ON_3dPoint | PointAt (double t) const |
| |
| double | Radius () const |
| |
| bool | Set (const ON_BezierCurve *bez) |
| |