15 #include "geometricBoundingVolume.h" 17 TypeHandle GeometricBoundingVolume::_type_handle;
38 bool GeometricBoundingVolume::
39 extend_by_point(
const LPoint3 &) {
49 bool GeometricBoundingVolume::
61 int GeometricBoundingVolume::
62 contains_point(
const LPoint3 &)
const {
63 return IF_dont_understand;
72 int GeometricBoundingVolume::
74 return IF_dont_understand;
This is a three-component point in space (as opposed to a three-component vector, which represents a ...
This is another abstract class, for a general class of bounding volumes that actually enclose points ...
TypeHandle is the identifier used to differentiate C++ class types.
virtual const GeometricBoundingVolume * as_geometric_bounding_volume() const
Virtual downcast method.