Module org.dyn4j

Class Step


  • @Deprecated
    public class Step
    extends TimeStep
    Deprecated.
    Deprecated in 4.0.0. Use TimeStep instead.
    Class encapsulating the timestep information.

    The World class maintains an instance of this class to perform various functions.

    A time step represents the elapsed time since the last update.

    Since:
    1.0.0
    Version:
    4.0.0
    Author:
    William Bittle
    • Constructor Detail

      • Step

        public Step​(double dt)
        Deprecated.
        Default constructor.
        Parameters:
        dt - the initial delta time; in seconds-1