|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.concord.collisions.engine.CCSpring
| Field Summary | |
double |
kx
|
double |
ky
|
double |
needAngle
|
double |
needX
|
| Constructor Summary | |
CCSpring()
|
|
CCSpring(double needX,
double needAngle)
|
|
| Method Summary | |
void |
drawSpring(java.awt.Graphics g,
float xc,
float yc)
|
void |
setSpringParam(double needX,
double needAngle)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public double needX
public double needAngle
public double kx
public double ky
| Constructor Detail |
public CCSpring()
public CCSpring(double needX,
double needAngle)
| Method Detail |
public void setSpringParam(double needX,
double needAngle)
public void drawSpring(java.awt.Graphics g,
float xc,
float yc)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||