jsci.physics
Class Force3D
- java.lang.Object
-
- jsci.physics.Force
-
- jsci.physics.Force3D
-
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ConstantForce3D
public abstract class Force3D extends Force
The Force3D class provides an object for encapsulating forces in 3D.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Force3D()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description AbstractDoubleVectorgetVector(double t)Returns a vector representing this force at a timet.abstract doublegetXComponent(double t)abstract doublegetYComponent(double t)abstract doublegetZComponent(double t)
-
-
-
Method Detail
-
getXComponent
public abstract double getXComponent(double t)
-
getYComponent
public abstract double getYComponent(double t)
-
getZComponent
public abstract double getZComponent(double t)
-
getVector
public AbstractDoubleVector getVector(double t)
Description copied from class:ForceReturns a vector representing this force at a timet.
-
-
DMelt 3.0 © DataMelt by jWork.ORG