|
|
double | min [3] |
| | Minimum coordinates [x, y, z] of the bounding box.
|
| |
|
double | max [3] |
| | Maximum coordinates [x, y, z] of the bounding box.
|
| |
| void BoundingBoxInfo::giveBoundingBoxMax |
( |
double(&) |
max[3] | ) |
|
|
inline |
Returns maximum coordinates of the BoundingBoxInfo object.
- Parameters
-
| max | Maximum coordinates [x, y, z] |
| void BoundingBoxInfo::giveBoundingBoxMin |
( |
double(&) |
min[3] | ) |
|
|
inline |
Returns minimum coordinates of the BoundingBoxInfo object.
- Parameters
-
| min | Minimum coordinates [x, y, z] |
| double BoundingBoxInfo::range |
( |
int |
index | ) |
|
|
inline |
Calculates range of the coordinate given by index.
- Parameters
-
| index | Specifies for which component (0-x, 1-y, 2-z) to calculate the range |
- Returns
- Max coordinate - min coordinate
The documentation for this struct was generated from the following file:
- /home/edita/spcl2/src/BoundingBox.h