|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.media.j3d.Bounds
javax.media.j3d.BoundingBox
nl.tudelft.simulation.language.d3.BoundingBox
public class BoundingBox
A bounding box.
(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 Summary | |
---|---|
BoundingBox()
constructs a new BoundingBox |
|
BoundingBox(Bounds arg0)
constructs a new BoundingBox |
|
BoundingBox(Bounds[] arg0)
constructs a new BoundingBox |
|
BoundingBox(double deltaX,
double deltaY,
double deltaZ)
constructs a new BoundingBox around [0;0;0] |
|
BoundingBox(Point3d arg0,
Point3d arg1)
constructs a new BoundingBox |
Method Summary | |
---|---|
void |
normalize()
normalizes the boundingBox |
Methods inherited from class javax.media.j3d.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, transform |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BoundingBox()
public BoundingBox(double deltaX, double deltaY, double deltaZ)
deltaX
- the deltaXdeltaY
- the deltaYdeltaZ
- the deltaZpublic BoundingBox(Bounds arg0)
arg0
- the boundariespublic BoundingBox(Bounds[] arg0)
arg0
- the boundariespublic BoundingBox(Point3d arg0, Point3d arg1)
arg0
- the boundariesarg1
- the pointMethod Detail |
---|
public void normalize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |