j3d.org Aviatrix3D

Uses of Class
org.j3d.aviatrix3d.Geometry

Packages that use Geometry
org.j3d.aviatrix3d A lightweight Object Oriented wrapper for OpenGL. 
 

Uses of Geometry in org.j3d.aviatrix3d
 

Subclasses of Geometry in org.j3d.aviatrix3d
 class IndexedLineArray
          An OpenGL LineArray.
 class IndexedLineStripArray
          An OpenGL LineStripArray.
 class IndexedQuadArray
          An OpenGL QuadArray.
 class IndexedQuadStripArray
          An OpenGL IndexedQuadStripArray.
 class IndexedTriangleArray
          An OpenGL Indexed TriangleArray.
 class IndexedTriangleFanArray
          An OpenGL IndexedTriangleFanArray.
 class IndexedTriangleStripArray
          An indexed TriangleStrip geometry.
 class IndexedVertexGeometry
          Base class that defines indexed geometry types.
 class LineArray
          An OpenGL LineArray.
 class LineStripArray
          An OpenGL LineStripArray.
 class PointArray
          An OpenGL PointArray.
 class QuadArray
          An OpenGL QuadArray representation.
 class QuadStripArray
          An OpenGL QuadStripArray.
 class TriangleArray
          An OpenGL TriangleArray representation.
 class TriangleFanArray
          An OpenGL TriangleFanArray.
 class TriangleStripArray
          An OpenGL TriangleStripArray.
 class VertexGeometry
          Common representation of all vertex-based geometry.
 

Methods in org.j3d.aviatrix3d that return Geometry
 Geometry Shape3D.getGeometry()
          Get the current geometry associated with this shape.
 

Methods in org.j3d.aviatrix3d with parameters of type Geometry
 void Shape3D.setGeometry(Geometry newGeom)
          Set the geometry for this shape.
 


j3d.org Aviatrix3D

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - j3d.org