Antkeeper
0.0.1
|
This is the complete list of members for geom::bounding_volume< T >, including all inherited members.
contains(const sphere< T > &sphere) const =0 | geom::bounding_volume< T > | pure virtual |
contains(const aabb< T > &aabb) const =0 | geom::bounding_volume< T > | pure virtual |
contains(const math::vector< T, 3 > &point) const =0 | geom::bounding_volume< T > | pure virtual |
get_bounding_volume_type() const =0 | geom::bounding_volume< T > | pure virtual |
intersects(const sphere< T > &sphere) const =0 | geom::bounding_volume< T > | pure virtual |
intersects(const aabb< T > &aabb) const =0 | geom::bounding_volume< T > | pure virtual |
intersects(const bounding_volume &volume) const | geom::bounding_volume< T > |