#include <opennurbs_box.h>
|
double | Area () const |
|
ON_BoundingBox | BoundingBox () const |
|
ON_3dPoint | Center () const |
|
bool | ClosestPointTo (ON_3dPoint point, double *r, double *s, double *t) const |
|
ON_3dPoint | ClosestPointTo (ON_3dPoint test_point) const |
|
bool | Create (const ON_BoundingBox &bbox) |
|
void | Destroy () |
|
bool | GetCorners (ON_3dPoint *corners) const |
|
bool | GetCorners (ON_SimpleArray< ON_3dPoint > &corners) const |
|
int | IsDegenerate (double tolerance=ON_UNSET_VALUE) const |
|
bool | IsValid () const |
|
| ON_Box () |
|
| ON_Box (const ON_BoundingBox &bbox) |
|
ON_3dPoint | PointAt (double r, double s, double t) const |
|
bool | Rotate (double angle_radians, const ON_3dVector &axis_of_rotation) |
|
bool | Rotate (double angle_radians, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
|
bool | Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis_of_rotation) |
|
bool | Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis_of_rotation, const ON_3dPoint ¢er_of_rotation) |
|
bool | Transform (const ON_Xform &) |
|
bool | Translate (const ON_3dVector &) |
|
double | Volume () const |
|
| ~ON_Box () |
|
◆ ON_Box() [1/2]
◆ ON_Box() [2/2]
◆ ~ON_Box()
◆ Area()
double ON_Box::Area |
( |
| ) |
const |
◆ BoundingBox()
◆ Center()
◆ ClosestPointTo() [1/2]
bool ON_Box::ClosestPointTo |
( |
ON_3dPoint | point, |
|
|
double * | r, |
|
|
double * | s, |
|
|
double * | t ) const |
◆ ClosestPointTo() [2/2]
◆ Create()
◆ Destroy()
◆ GetCorners() [1/2]
bool ON_Box::GetCorners |
( |
ON_3dPoint * | corners | ) |
const |
◆ GetCorners() [2/2]
◆ IsDegenerate()
◆ IsValid()
bool ON_Box::IsValid |
( |
| ) |
const |
◆ PointAt()
ON_3dPoint ON_Box::PointAt |
( |
double | r, |
|
|
double | s, |
|
|
double | t ) const |
◆ Rotate() [1/4]
bool ON_Box::Rotate |
( |
double | angle_radians, |
|
|
const ON_3dVector & | axis_of_rotation ) |
◆ Rotate() [2/4]
◆ Rotate() [3/4]
bool ON_Box::Rotate |
( |
double | sin_angle, |
|
|
double | cos_angle, |
|
|
const ON_3dVector & | axis_of_rotation ) |
◆ Rotate() [4/4]
◆ Transform()
◆ Translate()
◆ Volume()
double ON_Box::Volume |
( |
| ) |
const |
◆ dx
◆ dy
◆ dz
◆ plane
The documentation for this class was generated from the following files: