|
double | Area () const |
|
ON_3dPoint | Center () const |
|
ON_3dPoint | ClosestPoint (const ON_3dPoint &test_point) const |
|
ON_3dPoint | Corner (int, int, int) const |
|
void | Destroy () |
|
ON_3dVector | Diagonal () const |
|
ON_3dPoint | FarPoint (const ON_3dPoint &) const |
|
bool | GetClosestPoint (const ON_BoundingBox &, ON_3dPoint &, ON_3dPoint &) const |
|
int | GetClosestPoint (const ON_Line &, ON_3dPoint &, double *, double *) const |
|
bool | GetCorners (ON_3dPoint box_corners[8]) const |
|
bool | GetCorners (ON_3dPointArray &box_corners) const |
|
bool | GetFarPoint (const ON_BoundingBox &, ON_3dPoint &, ON_3dPoint &) const |
|
bool | Includes (const ON_BoundingBox &other, bool bProperSubSet=false) const |
|
bool | Intersection (const ON_BoundingBox &bbox_A, const ON_BoundingBox &bbox_B) |
|
bool | Intersection (const ON_BoundingBox &other_bbox) |
|
bool | Intersection (const ON_Line &, double *=NULL, double *=NULL) const |
|
int | IsDegenerate (double tolerance=ON_UNSET_VALUE) const |
|
bool | IsDisjoint (const ON_BoundingBox &other_bbox) const |
|
bool | IsFartherThan (double d, const ON_3dPoint &P) const |
|
bool | IsFartherThan (double d, const ON_BoundingBox &other) const |
|
bool | IsFartherThan (double d, const ON_Line &line) const |
|
bool | IsFartherThan (double d, const ON_Plane &plane) const |
|
bool | IsFartherThan (double d, const ON_PlaneEquation &plane_equation) const |
|
bool | IsPointIn (const ON_3dPoint &test_point, int bStrictlyIn=false) const |
|
bool | IsValid () const |
|
int | IsVisible (const ON_Xform &bbox2c) const |
|
ON_3dPoint | Max () const |
|
double | MaximumDistanceTo (const ON_3dPoint &P) const |
|
double | MaximumDistanceTo (const ON_BoundingBox &other) const |
|
double | MaximumDistanceTo (const ON_Line &line) const |
|
double | MaximumDistanceTo (const ON_Plane &plane) const |
|
double | MaximumDistanceTo (const ON_PlaneEquation &plane_equation) const |
|
ON_3dPoint | Min () const |
|
double | MinimumDistanceTo (const ON_3dPoint &P) const |
|
double | MinimumDistanceTo (const ON_BoundingBox &other) const |
|
double | MinimumDistanceTo (const ON_Line &line) const |
|
double | MinimumDistanceTo (const ON_Plane &plane) const |
|
double | MinimumDistanceTo (const ON_PlaneEquation &plane_equation) const |
|
| ON_BoundingBox () |
|
| ON_BoundingBox (const ON_3dPoint &, const ON_3dPoint &) |
|
ON_3dPoint & | operator[] (int) |
|
const ON_3dPoint & | operator[] (int) const |
|
bool | Set (const ON_3dPoint &point, int bGrowBox=false) |
|
bool | Set (const ON_SimpleArray< ON_2dPoint > &point_array, int bGrowBox=false) |
|
bool | Set (const ON_SimpleArray< ON_3dPoint > &point_array, int bGrowBox=false) |
|
bool | Set (const ON_SimpleArray< ON_4dPoint > &point_array, int bGrowBox=false) |
|
bool | Set (int dim, int is_rat, int count, int stride, const double *point_array, int bGrowBox=false) |
|
bool | SwapCoordinates (int, int) |
|
double | Tolerance () const |
|
bool | Transform (const ON_Xform &) |
|
bool | Union (const ON_BoundingBox &) |
|
bool | Union (const ON_BoundingBox &, const ON_BoundingBox &) |
|
double | Volume () const |
|
| ~ON_BoundingBox () |
|