| java.lang.Object com.sun.j3d.utils.geometry.BBox
BBox | class BBox (Code) | | Bounding Box class for Triangulator.
|
Constructor Summary | |
| BBox(Triangulator triRef, int i, int j) This constructor computes the bounding box of a line segment whose end
points i, j are sorted according to x-coordinates. |
BBox | BBox(Triangulator triRef, int i, int j)(Code) | | This constructor computes the bounding box of a line segment whose end
points i, j are sorted according to x-coordinates.
|
BBoxContained | boolean BBoxContained(BBox bb)(Code) | | |
BBoxIdenticalLeaf | boolean BBoxIdenticalLeaf(BBox bb)(Code) | | |
|
|