|
| Bounds3D (float minX, float minY, float minZ, float maxX, float maxY, float maxZ) |
|
| Bounds3D (v3 min, v3 max) |
|
v3 | GetMin () const |
|
v3 | GetMax () const |
|
v3 | Center () const |
|
void | SetMinMax (v3 min, v3 max) |
|
void | Encapsulate (const v3 &vertex) |
|
bool | intersects (const Bounds3D &bounds) const |
|
bool | intersectsXY (const Bounds3D &bounds) const |
|
bool | intersectsSphere (const SingleSphere &sphere) const |
|
v3 | Size () const |
|
bool | Contains (const v3 &p) const |
|
The documentation for this class was generated from the following files:
- platform/Geometry/Bounds.h
- platform/Geometry/Bounds.cpp