Class Summary |
htm3DAxis |
htm3DAxis draws three 3D axes x,y,z, composed of cylinders, with
cones as their 'arrow'. |
htm3DCapturingCanvas3D |
Class CapturingCanvas3D, using the instructions from the Java3D
FAQ pages on how to capture a still image in jpeg format. |
htm3DCircle |
A circle shape, extending Shape3D, drawn in the x,y plane around the origin
Radius and number of points that make up the circle may be set |
htm3DConstraint |
A constraint is a circle transformed to the correct position on the sphere. |
htm3DSphere |
A sphere shape, extending Shape3D, but drawn using longitude/latitude
lines. |
htm3DTriangleList |
A list for our spherical triangles. |
htm3DViewer |
The htm3DViewer is an executable that can be run by
java jhu.htm3D.htm3DViewer [-v]
It visualizes a few example queries with the htmIndex
using Java3D. |