org.fixbin.demo.cube3d
Class CubeCam

java.lang.Object
  extended byCanvas
      extended byorg.fixbin.ddd.Camera
          extended byorg.fixbin.demo.cube3d.CubeCam

public class CubeCam
extends Camera

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.fixbin.ddd.Camera
centerX, centerY, pos, scrDist, view
 
Constructor Summary
CubeCam()
          Creates a new instance of CubeCam
 
Method Summary
 void keyPressed(int keyCode)
           
 
Methods inherited from class org.fixbin.ddd.Camera
addObject, addPoint, calculate, paint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CubeCam

public CubeCam()
Creates a new instance of CubeCam

Method Detail

keyPressed

public void keyPressed(int keyCode)