SGPhysics
Class AAPlane

java.lang.Object
  extended by SGPhysics.AAPlane
All Implemented Interfaces:
Force

public class AAPlane
extends java.lang.Object
implements Force


Field Summary
static int X_AXIS
           
static int Y_AXIS
           
static int Z_AXIS
           
 
Constructor Summary
AAPlane(int axis, float location, float width, float height, float damping)
          Creates a new instance of AAPlane
 
Method Summary
 void apply(DynamicBody db)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

X_AXIS

public static final int X_AXIS
See Also:
Constant Field Values

Y_AXIS

public static final int Y_AXIS
See Also:
Constant Field Values

Z_AXIS

public static final int Z_AXIS
See Also:
Constant Field Values
Constructor Detail

AAPlane

public AAPlane(int axis,
               float location,
               float width,
               float height,
               float damping)
Creates a new instance of AAPlane

Method Detail

apply

public void apply(DynamicBody db)
Specified by:
apply in interface Force