|
|||||||||||
| 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
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary |
| Fields inherited from class javax.media.j3d.BoundingBox |
|
| Fields inherited from class javax.media.j3d.Bounds |
|
| Constructor Summary | |
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 |
|
| 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 javax.media.j3d.Bounds |
|
| 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(javax.media.j3d.Bounds arg0)
arg0 - the boundariespublic BoundingBox(javax.media.j3d.Bounds[] arg0)
arg0 - the boundaries
public BoundingBox(javax.vecmath.Point3d arg0,
javax.vecmath.Point3d arg1)
arg0 - the boundariesarg1 - the point| Method Detail |
public void normalize()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||