Documentation of 'jsci.physics.Force' Java class
Force
jsci.physics

Class Force

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    Force2D, Force3D


    public abstract class Force
    extends java.lang.Object
    implements java.io.Serializable
    A superclass for forces.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      Force()
      Constructs a force.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      abstract AbstractDoubleVector getVector(double t)
      Returns a vector representing this force at a time t.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Force

        public Force()
        Constructs a force.
    • Method Detail

      • getVector

        public abstract AbstractDoubleVector getVector(double t)
        Returns a vector representing this force at a time t.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.