j3d.org Code

Package org.j3d.geom

Items of geometry that can be used in a Java 3D scenegraph.

See:
          Description

Class Summary
BoxGenerator Generator of box coordinates, normals and texture coordinates.
CharacterCreator Representation of font information needed to create polygonal text.
CharacterData Data-holder class representing a single polygonalised character that has been created by the CharacterCreator.
ConeGenerator Generator of Cone raw coordinates and geometry normals.
CoordinateUtils A utility class that can be used to modify coordinate values of an item of geometry.
CylinderGenerator A simple cylinder that can be configured to have end caps.
GeometryData Data representation of geometry information that is created through the various generator classes in this package.
GeometryGenerator Abstract base representation of geometry generator of box raw coordinate and geometry normals.
GIODThickCylinder A cylinder without end caps that has a thickness to it.
IntersectionUtils A collection of utility methods to do geometry intersection tests.
MobiusGenerator A mobius strip geometry generator with specified number of divisions per strip, number of strips, position, and appearance.
NormalUtils A utility class that can be used to modify or create normal values of an item of geometry.
SphereGenerator A customisable sphere where you can specify the radius, center and the number of segments to use around the radius.
SpringGenerator A generator of Spring geometry with customisable inner radius, outer radius, number of loops, spacing and facet count.
SuperShapeGenerator Generalised shape generator that is capable of generating almost any 2D shape using a standard algorithm.
TorusGenerator A generator of Torus geometry values.
TriangulationUtils Utility routines for triangulating arbitrary polygons.
 

Exception Summary
InvalidArraySizeException Exception for when one of the requested geometry generation arrays is not big enough to contain the data requested.
UnsupportedTypeException Exception for when one of the requested geometry generation types is not known or understood.
 

Package org.j3d.geom Description

Items of geometry that can be used in a Java 3D scenegraph.

At this point in time there is not much consistency in the way the geometry is presented (no common base class for example). This will be rectified over time.


j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org