Class BallDynamics
java.lang.Object
|
+--BallDynamics
- public class BallDynamics
- extends java.lang.Object
|
Constructor Summary |
BallDynamics(double x0,
double y0,
double vx,
double vy,
double spin,
double coneHeight,
double coneDiam,
double holeDiam,
double ballDiam,
double gam,
double fricR,
double fricS)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BallDynamics
public BallDynamics(double x0,
double y0,
double vx,
double vy,
double spin,
double coneHeight,
double coneDiam,
double holeDiam,
double ballDiam,
double gam,
double fricR,
double fricS)
main
public static void main(java.lang.String[] args)
moveBall
public void moveBall(double dt)
getTime
public double getTime()
getX
public double getX()
getY
public double getY()
lastX
public double lastX()
lastY
public double lastY()
getR
public double getR()
getRho
public double getRho()
getPhi
public double getPhi()
getEnergy
public double getEnergy()
getLorbit
public double getLorbit()
getLspin
public double getLspin()
getVr
public double getVr()
getVphi
public double getVphi()
getOmega
public double getOmega()
getSpin
public double getSpin()
getSpinNorm
public double getSpinNorm()
getFudge
public double getFudge()