Example usage for Java javax.media.j3d BoundingBox fields, constructors, methods, implement or subclass
The text is from its open source code.
BoundingBox(Point3d lower, Point3d upper) Constructs and initializes a BoundingBox given min,max in x,y,z. | |
BoundingBox() Constructs and initializes a 2X bounding box about the origin. | |
BoundingBox(Bounds boundsObject) Constructs a BoundingBox from a bounding object. | |
BoundingBox(Bounds[] bounds) Constructs a BoundingBox from an array of bounding objects. |
Class> | getClass() Returns the runtime class of this Object . |
void | getLower(Point3d p1) Gets the lower corner of this bounding box. |
void | getUpper(Point3d p1) Gets the upper corner of this bounding box. |