|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmako5.math.phys.Physics
public class Physics
Performs physics operations when requested.
Constructor Summary | |
---|---|
Physics()
|
Method Summary | |
---|---|
static void |
applyVelocity(R2v rLoc_,
Polar rVel_,
R2v rAcc_,
float elapsed_)
Deprecated. 1-Jul 2006 |
static void |
applyVelocity(R2v rLoc_,
R2v rVel_,
float elapsed_)
Applies a velocity vector to the given position vector with no acceleration. |
static void |
applyVelocity(R2v rLoc_,
R2v rVel_,
R2v rAcc_,
float elapsed_)
Deprecated. 1-Jul 2006 |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Physics()
Method Detail |
---|
public static void applyVelocity(R2v rLoc_, R2v rVel_, float elapsed_)
rLoc_
- the location vectorrVel_
- the velocity vectorelapsed_
- the elapsed time@Deprecated public static void applyVelocity(R2v rLoc_, R2v rVel_, R2v rAcc_, float elapsed_)
rLoc_
- the location vectorrVel_
- the velocity vectorrAcc_
- the acceleration vectorelapsed_
- the elapsed time@Deprecated public static void applyVelocity(R2v rLoc_, Polar rVel_, R2v rAcc_, float elapsed_)
rLoc_
- the location vectorrVel_
- the velocity vectorrAcc_
- the acceleration vectorelapsed_
- the elapsed time
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |