Uses of Package
de.jreality.geometry

Packages that use de.jreality.geometry
de.jreality.geometry This package contains geometry related utilities. 
de.jreality.plugin.geometry   
de.jreality.scene This package contains the essential classes of the jReality scene graph. 
de.jreality.shader Contains all jReality shading-related classes and interfaces. 
de.jreality.tutorial.geom   
de.jreality.tutorial.gui   
 

Classes in de.jreality.geometry used by de.jreality.geometry
AbstractGeometryFactory
          The grandfather of all the jReality geometry factories.
AbstractGeometryFactoryCustomizer
           
AbstractIndexedFaceSetFactory
          This class implements the functionality of the API class IndexedFaceSetFactory.
AbstractIndexedLineSetFactory
           
AbstractPointSetFactory
           
AbstractQuadMeshFactory
           
BezierPatchMesh
          This class implements Bezier tensor product surfaces of arbitrary dimension.
FrameFieldType
           
GeometryFactory
           
HeightFieldFactory
          A factory for generating instances of IndexedFaceSet which are defined by a height field.
IndexedFaceSetFactory
          This factory classes can be used to create and edit instances of IndexedFaceSet.
IndexedLineSetFactory
          This is a factory class for constructing and editing instances of IndexedLineSet.
ParametricSurfaceFactory
          This factory specializes the QuadMeshFactory further, replacing the explicit definition of the vertex coordinates with a functional definition.
ParametricSurfaceFactory.Immersion
          Represents a map of two variables into n--dimensional space.
ParametricTriangularSurfaceFactory
          This class is similar to ParametricSurfaceFactory but it works with a triangular rather than rectangular parametric domain.
ParametricTriangularSurfaceFactory.Immersion
           
PointSetFactory
          A factory class for creating and updating point sets.
QuadMeshFactory
          This factory class supports creating and editing of quad meshes, that is, regular meshes of quadrilaterals.
TubeFactory
          This class calculates tubes around curves.
TubeUtility.FrameInfo
          This class provides information about a frame field at a given point of a curve in 3-space (not necessarily euclidean!).
 

Classes in de.jreality.geometry used by de.jreality.plugin.geometry
ParametricSurfaceFactory
          This factory specializes the QuadMeshFactory further, replacing the explicit definition of the vertex coordinates with a functional definition.
 

Classes in de.jreality.geometry used by de.jreality.scene
GeometryFactory
           
 

Classes in de.jreality.geometry used by de.jreality.shader
FrameFieldType
           
 

Classes in de.jreality.geometry used by de.jreality.tutorial.geom
ParametricSurfaceFactory.Immersion
          Represents a map of two variables into n--dimensional space.
 

Classes in de.jreality.geometry used by de.jreality.tutorial.gui
ParametricSurfaceFactory.Immersion
          Represents a map of two variables into n--dimensional space.