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