17 INLINE_MATHUTIL BoundingHexahedron::
18 BoundingHexahedron() {
24 INLINE_MATHUTIL
int BoundingHexahedron::
25 get_num_points()
const {
34 nassertr(n >= 0 && n < num_points, LPoint3::zero());
41 INLINE_MATHUTIL
int BoundingHexahedron::
42 get_num_planes()
const {
51 nassertr(n >= 0 && n < num_planes, LPlane());
get_plane
Returns the nth face of the hexahedron.
get_point
Returns the nth vertex of the hexahedron.