Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
Modifier and Type | Method and Description |
---|---|
void |
Text3D.getBoundingBox(BoundingBox bounds)
Retrieves the 3D bounding box that encloses this Text3D object.
|
void |
Font3D.getBoundingBox(int glyphCode,
BoundingBox bounds)
Returns the 3D bounding box of the specified glyph code.
|
boolean |
BoundingBox.intersect(Bounds[] boundsObjects,
BoundingBox newBoundBox)
Test for intersection with an array of bounds objects.
|
boolean |
BoundingBox.intersect(Bounds boundsObject,
BoundingBox newBoundBox)
Test for intersection with another bounding box.
|
Copyright © 2016–2022 SciJava. All rights reserved.