Axis-aligned bounding box.
More...
#include <vraysdk.hpp>
|
Vector | pmax |
| The upper bounds for the box along the three axes.
|
|
Vector | pmin |
| The lower bounds for the box along the three axes.
|
|
Axis-aligned bounding box.
◆ expand() [1/2]
void VRay::Box::expand |
( |
const Box & |
box | ) |
|
|
inline |
Expands the bounding box with the provided box, effectively resulting in a bounding box containing both boxes.
- Parameters
-
box | The bounding used to expand the current box. |
◆ expand() [2/2]
void VRay::Box::expand |
( |
const Vector & |
point | ) |
|
|
inline |
Expands the bounding box to contain the provided point (if it does not already)
- Parameters
-
point | The point that will be included in the bounding box. |
The documentation for this struct was generated from the following file:
- /home/jenkins/ci/cgrepo/appsdk/VRay_SDK_CPP/include/vraysdk.hpp