|
libgpac
0.4.5
|
3D Bounding Box More...
#include <gpac/math.h>
Public Attributes | |
| GF_Vec | min_edge |
| GF_Vec | max_edge |
| GF_Vec | center |
| Fixed | radius |
| Bool | is_set |
*The 3D Bounding Box is a 3D Axis-Aligned Bounding Box used to in various tools of the GPAC framework for bounds estimation of a 3D object. It features an axis-aligned box and a sphere bounding volume for fast intersection tests.
| GF_Vec GF_BBox::min_edge |
minimum x, y, and z of the object
| GF_Vec GF_BBox::max_edge |
maximum x, y, and z of the object
| GF_Vec GF_BBox::center |
center of the bounding box.
| Fixed GF_BBox::radius |
radius of the bounding sphere for this box.
| Bool GF_BBox::is_set |
the bbox center and radius are valid
1.8.1.1