PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "pandabase.h"
#include "typedObject.h"
#include "typedReferenceCount.h"
#include "deletedChain.h"
#include "boundingVolume.I"
Go to the source code of this file.
Classes | |
class | BoundingVolume |
This is an abstract class for any volume in any sense which can be said to define the locality of reference of a node in a graph, along with all of its descendants. More... | |
Functions | |
EXPCL_PANDA_MATHUTIL std::istream & | operator >> (std::istream &in, BoundingVolume::BoundsType &type) |
std::ostream & | operator<< (std::ostream &out, const BoundingVolume &bound) |
EXPCL_PANDA_MATHUTIL std::ostream & | operator<< (std::ostream &out, BoundingVolume::BoundsType type) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file boundingVolume.h.