Specification of BVFitter for OBB bounding volume.
More...
#include <coal/internal/BV_fitter.h>
|
| OBB | fit (unsigned int *primitive_indices, unsigned int num_primitives) |
| | Compute a bounding volume that fits a set of primitives (points or triangles). The primitive data was set by set function and primitive_indices is the primitive index relative to the data.
|
| virtual | ~BVFitterTpl () |
| | default deconstructor
|
| void | set (Vec3s *vertices_, Triangle *tri_indices_, BVHModelType type_) |
| | Prepare the geometry primitive data for fitting.
|
| void | clear () |
| | Clear the geometry primitive data.
|
Specification of BVFitter for OBB bounding volume.
◆ fit()
Compute a bounding volume that fits a set of primitives (points or triangles). The primitive data was set by set function and primitive_indices is the primitive index relative to the data.
Implements coal::BVFitterTpl< OBB >.
◆ prev_vertices
◆ tri_indices
◆ type
◆ vertices
The documentation for this class was generated from the following file: