|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.physics.Force JSci.physics.Force2D
public abstract class Force2D
The Force2D class provides an object for encapsulating forces in 2D.
Constructor Summary | |
---|---|
Force2D()
|
Method Summary | |
---|---|
AbstractDoubleVector |
getVector(double t)
Returns a vector representing this force at a time t . |
abstract double |
getXComponent(double t)
|
abstract double |
getYComponent(double t)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Force2D()
Method Detail |
---|
public abstract double getXComponent(double t)
public abstract double getYComponent(double t)
public AbstractDoubleVector getVector(double t)
Force
t
.
getVector
in class Force
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |