|
GEL
2
GEL is a library for Geometry and Linear Algebra
|
Public Member Functions | |
| void | init (std::vector< const Geometry::TriMesh * > &trimesh, int max_objects, int max_level) |
| void | init (std::vector< const Geometry::TriMesh * > &_trimesh, std::vector< CGLA::Mat4x4f > &_transforms, int _max_objects, int _max_level) |
| void | init (const Geometry::TriMesh *mesh, CGLA::Mat4x4f transform, std::vector< int > &trilist, int _max_objects, int _max_level) |
| void | build () |
| bool | is_build () |
| void | clear () |
| bool | intersect (Ray &ray) const |
1.7.5.1