SGPhysics
Class AAPlane
java.lang.Object
SGPhysics.AAPlane
- All Implemented Interfaces:
- Force
public class AAPlane
- extends java.lang.Object
- implements Force
|
Constructor Summary |
AAPlane(int axis,
float location,
float width,
float height,
float damping)
Creates a new instance of AAPlane |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
AAPlane
public AAPlane(int axis,
float location,
float width,
float height,
float damping)
- Creates a new instance of AAPlane
apply
public void apply(DynamicBody db)
- Specified by:
apply in interface Force