GF_BBox Struct Reference
[math3d]

3D Bounding Box More...

#include <maths.h>

Collaboration diagram for GF_BBox:
Collaboration graph
[legend]

Data Fields

GF_Vec min_edge
GF_Vec max_edge
GF_Vec center
Fixed radius
Bool is_set

Detailed Description

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.


Field Documentation

minimum x, y, and z of the object

maximum x, y, and z of the object

center of the bounding box.

Note:
this is computed from min_edge and max_edge

radius of the bounding sphere for this box.

Note:
this is computed from min_edge and max_edge

the bbox center and radius are valid


The documentation for this struct was generated from the following file:

Generated on 4 May 2016 for libgpac by  doxygen 1.6.1