Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.VertexGeometry

Packages that use VertexGeometry
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.renderer.aviatrix3d.util General utility classes for use with the core API. 
 

Uses of VertexGeometry in org.j3d.aviatrix3d
 

Subclasses of VertexGeometry 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 IndexedTriangleArray.
 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.
 

Uses of VertexGeometry in org.j3d.renderer.aviatrix3d.util
 

Methods in org.j3d.renderer.aviatrix3d.util with parameters of type VertexGeometry
 boolean AVIntersectionUtils.rayUnknownGeometry(javax.vecmath.Point3d origin, javax.vecmath.Vector3d direction, float length, VertexGeometry geom, javax.vecmath.Matrix4f vworldTransform, javax.vecmath.Point3d point, boolean intersectOnly)
          Convenience method to pass in an item of geometry and ask the intersection code to find out what the real geometry type is and process it appropriately.
 boolean AVIntersectionUtils.rayUnknownGeometry(javax.vecmath.Point3f origin, javax.vecmath.Vector3f direction, float length, VertexGeometry geom, javax.vecmath.Matrix4f vworldTransform, javax.vecmath.Point3f point, boolean intersectOnly)
          Convenience method to pass in an item of geometry and ask the intersection code to find out what the real geometry type is and process it appropriately.
 boolean AVIntersectionUtils.rayUnknownGeometry(javax.vecmath.Point3f origin, javax.vecmath.Vector3f direction, float length, VertexGeometry geom, javax.vecmath.Point3f point, boolean intersectOnly)
          Convenience method to pass in an item of geometry and ask the intersection code to find out what the real geometry type is and process it appropriately.
 


Aviatrix3D
2.1.0

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