17INLINE_MATHUTIL BoundingHexahedron::
34 nassertr(n >= 0 && n < num_points, LPoint3::zero());
51 nassertr(n >= 0 && n < num_planes, LPlane());
get_num_points
Returns 8: the number of vertices of a hexahedron.
get_point
Returns the nth vertex of the hexahedron.
get_num_planes
Returns 6: the number of faces of a hexahedron.
get_plane
Returns the nth face of the hexahedron.