peasy
Class CameraState
java.lang.Object
peasy.CameraState
- All Implemented Interfaces:
- java.io.Serializable
public class CameraState
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
void |
apply(processing.core.PApplet a)
|
void |
apply(processing.core.PGraphics g)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rotation
public final Rotation rotation
center
public final Vector3D center
distance
public final double distance
CameraState
public CameraState(Rotation rotation,
Vector3D center,
double distance)
apply
public void apply(processing.core.PApplet a)
apply
public void apply(processing.core.PGraphics g)
processing library peasycam by Jonathan Feinberg. (c) 2011