Panda3D
Loading...
Searching...
No Matches
Functions
boundingVolume.cxx File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

#include "boundingVolume.h"
#include "finiteBoundingVolume.h"
#include "unionBoundingVolume.h"
#include "intersectionBoundingVolume.h"
#include "boundingBox.h"
#include "boundingLine.h"
#include "boundingPlane.h"
#include "boundingSphere.h"
#include "boundingHexahedron.h"
#include "config_mathutil.h"
#include "indent.h"

Go to the source code of this file.

Functions

ostream & operator<< (ostream &out, BoundingVolume::BoundsType type)
 
istream & operator>> (istream &in, BoundingVolume::BoundsType &type)
 

Detailed Description

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."

Author
drose
Date
1999-10-01

Definition in file boundingVolume.cxx.

Function Documentation

◆ operator<<()

ostream & operator<< ( ostream & out,
BoundingVolume::BoundsType type )

Definition at line 426 of file boundingVolume.cxx.

◆ operator>>()

istream & operator>> ( istream & in,
BoundingVolume::BoundsType & type )

Definition at line 452 of file boundingVolume.cxx.