java.lang.Object
com.simibubi.create.foundation.utility.animation.Force.Drag
All Implemented Interfaces:
Force
Enclosing interface:
Force

public static class Force.Drag extends Object implements Force
  • Constructor Details

    • Drag

      public Drag(float dragFactor)
  • Method Details

    • get

      public float get(float mass, float value, float speed)
      Specified by:
      get in interface Force
    • finished

      public boolean finished()
      Specified by:
      finished in interface Force