See: Description
| Interface | Description |
|---|---|
| VectorSet |
A collection of Vector3f values without duplicates.
|
| Class | Description |
|---|---|
| DistinctVectorValues |
Analyze a FloatBuffer to identify all of its distinct Vector3f values.
|
| IntPair |
Represent a pair of distinct integers.
|
| MyBuffer |
Utility methods that operate on buffers, especially float buffers containing
3-D vectors.
|
| MyMath |
Mathematical utility methods.
|
| MyQuaternion |
Mathematical utility methods.
|
| MyVector3f |
Utility methods for 3-D vectors.
|
| MyVolume |
Utility methods for computing volumes of shapes.
|
| RectangularSolid |
A rectangular solid whose axes might not be aligned with the world axes.
|
| VectorSetUsingBuffer |
A VectorSet implemented using FloatBuffer.
|