Axis-aligned bounding box
More...
|
void | Expand (Box box) |
| Expands the bounding box with the provided box, effectively resulting in a bounding box containing both boxes. More...
|
|
void | Expand (Vector point) |
| Expands the bounding box to contain the provided point (if it does not already) More...
|
|
override string | ToString () |
|
|
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.Proxy.Box.Expand |
( |
Box |
box | ) |
|
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.Proxy.Box.Expand |
( |
Vector |
point | ) |
|
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_CSharp/VRay_SDK_CSharp/VRayRT/ProxyFull.cs