PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "collisionPlane.h"#include "collisionHandler.h"#include "collisionEntry.h"#include "collisionSphere.h"#include "collisionLine.h"#include "collisionRay.h"#include "collisionSegment.h"#include "collisionCapsule.h"#include "collisionParabola.h"#include "config_collide.h"#include "pointerToArray.h"#include "geomNode.h"#include "geom.h"#include "datagram.h"#include "datagramIterator.h"#include "bamReader.h"#include "bamWriter.h"#include "boundingPlane.h"#include "geomTrifans.h"#include "geomLinestrips.h"#include "geomVertexWriter.h"Go to the source code of this file.
Functions | |
| PT (BoundingVolume) CollisionPlane | |
| This is part of the double-dispatch implementation of test_intersection(). More... | |
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 collisionPlane.cxx.
| PT | ( | BoundingVolume | ) |
This is part of the double-dispatch implementation of test_intersection().
It is called when the "from" object is a parabola. This is part of the double-dispatch implementation of test_intersection(). It is called when the "from" object is a box. Fills the _viz_geom GeomNode up with Geoms suitable for rendering this solid.
Definition at line 99 of file collisionPlane.cxx.
1.8.15