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

Class Force2D

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    ConstantForce2D


    public abstract class Force2D
    extends Force
    The Force2D class provides an object for encapsulating forces in 2D.
    See Also:
    Serialized Form
    • Constructor Detail

      • Force2D

        public Force2D()
    • Method Detail

      • getXComponent

        public abstract double getXComponent(double t)
      • getYComponent

        public abstract double getYComponent(double t)
      • getVector

        public AbstractDoubleVector getVector(double t)
        Description copied from class: Force
        Returns a vector representing this force at a time t.
        Specified by:
        getVector in class Force

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.