GEL
2
GEL is a library for Geometry and Linear Algebra
|
Public Member Functions | |
AABox (const CGLA::Vec3f &_pmin, const CGLA::Vec3f &_pmax, const CGLA::Vec3f &_interior_point) | |
const CGLA::Vec3f & | get_pmin () const |
const CGLA::Vec3f & | get_pmax () const |
bool | intersect (const CGLA::Vec3f &, const CGLA::Vec3f &) const |
void | minmax_sq_dist (const CGLA::Vec3f &p, float &dmin, float &dmax) const |
Static Public Member Functions | |
static AABox | box_triangle (const Triangle &) |
static AABox | box_and_split (const std::vector< Triangle > &invec, std::vector< Triangle > &lvec, std::vector< Triangle > &rvec) |