#include <opennurbs_plus.h>
|
| | ON_SurfaceLeafBox () |
| |
| bool | GetClosestPointSeed (const ON_3dPoint &P, double *t0, double *t1) const |
| |
| bool | GetSideEquation (int side, ON_PlaneEquation &e) const |
| |
| double | Height () 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_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 | MinimumDistanceTo (const 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_SurfaceLeafBox &srfleafbox) const |
| |
| ON_3dPoint | PointAt (double s, double t) const |
| |
| bool | Set (const ON_BezierSurface *bez) |
| |
| void | SetEquationsHelper (const ON_BezierSurface *bez) |
| |
| bool | SetPlaneAndMonoHelper (const ON_BezierSurface *bez, double maxheight=0.0) |
| |