Uses of Class
construction.Block

Packages that use Block
construction Paket zur Konstruktion von virtuelle Räume.  
 

Uses of Block in construction
 

Methods in construction that return Block
 Block LinearStair.getBlock(int index)
          Gibt das Block Objekte an der Position index zurück.
 Block Map.createSector(javax.vecmath.Point2f[] cornerPoints, float floorHeight, float ceilingHeight)
          Erstellt einen neuen Sektor und fügt diesen in den Szenegraphen ein.
 Block Map.createSector(javax.vecmath.Point2f[] cornerPoints, float floorHeight, float ceilingHeight, javax.vecmath.AxisAngle4f floorAngle, javax.vecmath.AxisAngle4f ceilingAngle)
          Erstellt einen neuen Sektor und fügt diesen in den Szenegraphen ein.
 Block RoundStair.getBlock(int index)
          Gibt das Block Objekte an der Position index zurück.
 

Methods in construction with parameters of type Block
 boolean Block.connect(Block other, javax.media.j3d.Transform3D otherTransform)
          Verbindet zwei Blöcke miteinander.
 boolean Block.isContact(Block other, javax.media.j3d.Transform3D otherTransform)
          Ermittelt ob dieser Block mit dem übergebenen Block in Kontakt steht.