Java javax.media.j3d BoundingBox fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d BoundingBox fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d BoundingBox.

The text is from its open source code.

Constructor

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.

Method

ClassgetClass()
Returns the runtime class of this Object .
voidgetLower(Point3d p1)
Gets the lower corner of this bounding box.
voidgetUpper(Point3d p1)
Gets the upper corner of this bounding box.