16 TypeHandle GeometricBoundingVolume::_type_handle;
41 bool GeometricBoundingVolume::
42 extend_by_point(
const LPoint3 &) {
50 bool GeometricBoundingVolume::
51 around_points(
const LPoint3 *,
const LPoint3 *) {
59 int GeometricBoundingVolume::
60 contains_point(
const LPoint3 &)
const {
61 return IF_dont_understand;
67 int GeometricBoundingVolume::
68 contains_lineseg(
const LPoint3 &,
const LPoint3 &)
const {
69 return IF_dont_understand;
virtual GeometricBoundingVolume * as_geometric_bounding_volume() final
Virtual downcast method.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
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.