Package harmonic.meshGeom.geom

Interface Summary
AppInterface This class alows geometry classes to be used appart from the main application.
PartEnums  
 

Class Summary
ArrayGeom This class includes some common needs and behaviours for vertex array type geometries.
Geom This is the abstract base class for geometrical data storage.
IndexedFace All indexed surface geometries can copy out a face element by assigning vert to their vert array, assigning vertIndex to their vertIndex array, and assigning new values to 'loop', which, like the IndexedPolygonArrayGeom contains the sizes of each loop.
IndexedGeom This is the class for indexed geometry.
IndexedLineArrayGeom This class holdes an indexed array of lines.
IndexedLineStripArrayGeom Indexed line strip.
IndexedPolygonArrayGeom Array of N-Sided polygons.
IndexedQuadArrayGeom Class to hold an index array of quadrilaterals.
IndexedTriangleArrayGeom Every three vertex indicies is understood be be a triangle
IndexedTriangleStripArrayGeom Every vertex index after the first two adds a triangle for one strip.
LineArrayGeom  
LineStripArrayGeom  
PointArrayGeom  
PolygonGeom This is a simple chain of lines.
QuadArrayGeom  
QuadMeshArrayGeom  
RasterGeom  
RectangularSurfaceGeom  
RegionGeom  
TriangleArrayGeom