public class BoundingBox
extends javax.media.j3d.BoundingBox
(c) copyright 2002-2005 Delft University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl/language
License of use: Lesser
General Public License (LGPL) , no warranty
| Constructor and Description |
|---|
BoundingBox()
constructs a new BoundingBox
|
BoundingBox(javax.media.j3d.Bounds arg0)
constructs a new BoundingBox
|
BoundingBox(javax.media.j3d.Bounds[] arg0)
constructs a new BoundingBox
|
BoundingBox(double deltaX,
double deltaY,
double deltaZ)
constructs a new BoundingBox around [0;0;0]
|
BoundingBox(javax.vecmath.Point3d arg0,
javax.vecmath.Point3d arg1)
constructs a new BoundingBox
|
| Modifier and Type | Method and Description |
|---|---|
void |
normalize()
normalizes the boundingBox
|
clone, closestIntersection, combine, combine, combine, combine, equals, getLower, getUpper, hashCode, intersect, intersect, intersect, intersect, intersect, intersect, isEmpty, set, setLower, setLower, setUpper, setUpper, toString, transform, transformpublic BoundingBox()
public BoundingBox(double deltaX,
double deltaY,
double deltaZ)
deltaX - the deltaXdeltaY - the deltaYdeltaZ - the deltaZpublic BoundingBox(javax.media.j3d.Bounds arg0)
arg0 - the boundariespublic BoundingBox(javax.media.j3d.Bounds[] arg0)
arg0 - the boundariespublic BoundingBox(javax.vecmath.Point3d arg0,
javax.vecmath.Point3d arg1)
arg0 - the boundariesarg1 - the pointCopyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.