Uses of Class
javax.media.ding3d.utils.universe.PlatformGeometry

Packages that use PlatformGeometry
javax.media.ding3d.utils.universe Provides utility classes for setting up the Java 3D universe, including the viewing configuration. 
 

Uses of PlatformGeometry in javax.media.ding3d.utils.universe
 

Methods in javax.media.ding3d.utils.universe that return PlatformGeometry
 PlatformGeometry ViewingPlatform.getPlatformGeometry()
          Returns the PlatformGeometry associated with this ViewingPlatform
 

Methods in javax.media.ding3d.utils.universe with parameters of type PlatformGeometry
 void ViewingPlatform.setPlatformGeometry(PlatformGeometry pg)
          Assigns the geometry to associate with the ViewingPlatform.