Interface | Description |
---|---|
LoggerInterface |
Interface used for the logging mechanism.
|
Class | Description |
---|---|
ArrayUtil | |
AxisAngle4f |
A 4 element axis angle represented by single precision floating point
x,y,z,angle components.
|
BitSet |
a fast 64-bit BitSet optimized for Java2Script -- about 25 times faster than
java.util.BitSet in JavaScript
|
BitSetUtil | |
BoxInfo | |
Colix |
Implements a color index model using a colix as a
COLor IndeX.
|
ColorUtil | |
DefaultLogger |
Default implementation of the logger.
|
Eigen |
Eigenvalues and eigenvectors of a real matrix.
|
Eigen.EigenSort |
sort from smallest to largest
|
Elements | |
Escape | |
GData | |
Geodesic |
Consolidated Geodesic from dotsRenderer 3/19/07 Bob Hanson
Constructs a canonical geodesic sphere of unit radius.
|
Hermite | |
Int2IntHash | |
JmolFont |
Provides font support using a byte fid
(Font ID) as an index into font table.
|
Logger |
Logger mechanism.
|
Matrix3f |
A single precision floating point 3 by 3 matrix.
|
Matrix4f |
A single precision floating point 4 by 4 matrix.
|
Measure | |
MeshSurface | |
Normix |
Provides quantization of normalized vectors so that shading for
lighting calculations can be handled by a simple index lookup
|
Parser | |
Point3f |
A 3 element point that is represented by single precision floating point
x,y,z coordinates.
|
Point3fi |
the Point3fi class allows storage of critical information involving
an atom, picked bond, or measurement point, including:
xyz position
screen position
screen radius (-1 for a simple point)
index (for atoms or for an associated bond that has be picked)
associated modelIndex (for measurement points)
|
Point3i |
A 3 element point that is represented by signed integer x,y,z coordinates.
|
Point4f |
A 4 element point that is represented by single precision floating point
x,y,z,w coordinates.
|
Quadric | |
Quaternion | |
Rgb16 | |
Shader |
All static functions.
|
StringXBuilder |
Interesting thing here is that JavaScript is 3x faster than Java in handling strings.
|
TextFormat | |
TriangleData | |
Tuple3f |
A generic 3 element tuple that is represented by single precision floating
point x,y and z coordinates.
|
Tuple3i |
A 3-element tuple represented by signed integer x,y,z coordinates.
|
Tuple4f |
A generic 4 element tuple that is represented by single precision floating
point x,y,z and w coordinates.
|
Vector3f |
A 3-element vector that is represented by single precision floating point
x,y,z coordinates.
|