|
SUAPI-CppWrapper
C++WrapperforSketchUpCAPI
|
Public Member Functions | |
| BoundingBox3D () | |
| BoundingBox3D (SUBoundingBox3D bounding_box) | |
| BoundingBox3D (bool valid) | |
| operator SUBoundingBox3D () const | |
| bool | operator! () const |
| Point3D | min () const |
| void | min_point (const Point3D &point) |
| Point3D | max () const |
| void | max_point (const Point3D &point) |
Definition at line 502 of file Geometry.hpp.
| CW::BoundingBox3D::BoundingBox3D | ( | ) |
Definition at line 956 of file Geometry.cpp.
| CW::BoundingBox3D::BoundingBox3D | ( | bool | valid | ) |
Invalid, or NULL BoundingBox3D objects can be simulated with this constructor.
Definition at line 960 of file Geometry.cpp.
| Point3D CW::BoundingBox3D::max | ( | ) | const |
Returns the point where x,y and z are at their maximum
Definition at line 988 of file Geometry.cpp.
| void CW::BoundingBox3D::max_point | ( | const Point3D & | point | ) |
Set the maximum point
Definition at line 992 of file Geometry.cpp.
| Point3D CW::BoundingBox3D::min | ( | ) | const |
Returns the point where x,y and z are at their minimum
Definition at line 980 of file Geometry.cpp.
| void CW::BoundingBox3D::min_point | ( | const Point3D & | point | ) |
Set the minimum point
Definition at line 984 of file Geometry.cpp.
| CW::BoundingBox3D::operator SUBoundingBox3D | ( | ) | const |
Casting overload
Definition at line 976 of file Geometry.cpp.
| bool CW::BoundingBox3D::operator! | ( | ) | const |
Comparative operators
Definition at line 969 of file Geometry.cpp.
1.8.11