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.
|
org.scijava.java3d.utils.geometry |
Provides geometry construction, triangulation, and optimization
utility classes.
|
Modifier and Type | Class and Description |
---|---|
class |
IndexedGeometryStripArray
The IndexedGeometryStripArray object is an abstract class that is extended for
a set of IndexedGeometryArray strip primitives.
|
class |
IndexedLineArray
The IndexedLineArray object draws the array of vertices as individual
line segments.
|
class |
IndexedLineStripArray
The IndexedLineStripArray object draws an array of vertices as a set of
connected line strips.
|
class |
IndexedPointArray
The IndexedPointArray object draws the array of vertices as
individual points.
|
class |
IndexedQuadArray
The IndexedQuadArray object draws the array of vertices as individual
quadrilaterals.
|
class |
IndexedTriangleArray
The IndexedTriangleArray object draws the array of vertices as individual
triangles.
|
class |
IndexedTriangleFanArray
The IndexedTriangleFanArray object draws an array of vertices as a set of
connected triangle fans.
|
class |
IndexedTriangleStripArray
The IndexedTriangleStripArray object draws an array of vertices as a set of
connected triangle strips.
|
Modifier and Type | Method and Description |
---|---|
IndexedGeometryArray |
GeometryInfo.getIndexedGeometryArray()
Creates and returns an IndexedGeometryArray
based on the data in the GeometryInfo object.
|
IndexedGeometryArray |
GeometryInfo.getIndexedGeometryArray(boolean compact)
Creates and returns an IndexedGeometryArray
based on the data in the GeometryInfo object.
|
IndexedGeometryArray |
GeometryInfo.getIndexedGeometryArray(boolean compact,
boolean byRef,
boolean interleaved,
boolean useCoordIndexOnly,
boolean nio)
Creates and returns a IndexedGeometryArray
based on the data in the GeometryInfo object.
|
Copyright © 2016–2022 SciJava. All rights reserved.