Uses of Class
espresso3d.engine.lowlevel.geometry.E3DQuad

Packages that use E3DQuad
espresso3d.engine.collision.bounding   
espresso3d.engine.lowlevel.geometry   
espresso3d.engine.renderer   
espresso3d.engine.viewport.image   
espresso3d.engine.world.sector.particle   
espresso3d.engine.world.sky   
 

Uses of E3DQuad in espresso3d.engine.collision.bounding
 

Methods in espresso3d.engine.collision.bounding that return E3DQuad
 E3DQuad[] E3DBoundingBox.getQuads()
          Return the 6 faces of the bounding box as quads
 

Uses of E3DQuad in espresso3d.engine.lowlevel.geometry
 

Constructors in espresso3d.engine.lowlevel.geometry with parameters of type E3DQuad
E3DQuad(E3DQuad toCopy)
           
 

Uses of E3DQuad in espresso3d.engine.renderer
 

Methods in espresso3d.engine.renderer with parameters of type E3DQuad
 void E3DGeometryRenderer.renderQuad(E3DEngine engine, E3DQuad quad, int renderMode)
           
 

Uses of E3DQuad in espresso3d.engine.viewport.image
 

Methods in espresso3d.engine.viewport.image that return E3DQuad
 E3DQuad E3DVariableSizeImage.getPositionedQuad()
          Returns a quad in 3D space that is positioned correctly to be rendered in the correct position for 2D space Usually used only by the engine.
abstract  E3DQuad E3DImage.getPositionedQuad()
          Return a copy of this quad and position and size the copy as necessary
 E3DQuad E3DImage.getQuad()
          Return the quad that makes up the image.
 E3DQuad E3DFixedSizeImage.getPositionedQuad()
          Returns a quad in 3D space that is positioned correctly to be rendered in the correct position for 2D space Usually used only by the engine.
 

Methods in espresso3d.engine.viewport.image with parameters of type E3DQuad
 void E3DImage.setQuad(E3DQuad quad)
          Set a quad for hte image to use.
 

Uses of E3DQuad in espresso3d.engine.world.sector.particle
 

Methods in espresso3d.engine.world.sector.particle that return E3DQuad
 E3DQuad E3DSprite.getQuad()
           
 

Methods in espresso3d.engine.world.sector.particle with parameters of type E3DQuad
 void E3DSprite.setQuad(E3DQuad quad)
           
 

Uses of E3DQuad in espresso3d.engine.world.sky
 

Methods in espresso3d.engine.world.sky that return E3DQuad
 E3DQuad E3DSkyBox.getFront()
          Get the quad for the front face of the SkyBox
 E3DQuad E3DSkyBox.getBack()
          Get the quad for the back face of the SkyBox
 E3DQuad E3DSkyBox.getLeft()
          Get the quad for the left face of the SkyBox
 E3DQuad E3DSkyBox.getRight()
          Get the quad for the right face of the SkyBox
 E3DQuad E3DSkyBox.getBottom()
          Get the quad for the bottom face of the SkyBox
 E3DQuad E3DSkyBox.getTop()
          Get the quad for the top face of the SkyBox