|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object JSci.physics.Force JSci.physics.Force3D
public abstract class Force3D
The Force3D class provides an object for encapsulating forces in 3D.
Constructor Summary | |
---|---|
Force3D()
|
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)
|
abstract double |
getZComponent(double t)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Force3D()
Method Detail |
---|
public abstract double getXComponent(double t)
public abstract double getYComponent(double t)
public abstract double getZComponent(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 |