Class VehicleInterpolation

java.lang.Object
zombie.vehicles.VehicleInterpolation

public class VehicleInterpolation extends Object
Created by kroto on 1/17/2017.
  • Method Details

    • reset

      public void reset()
    • clear

      public void clear()
    • update

      public void update(long time)
    • interpolationDataAdd

      public void interpolationDataAdd(BaseVehicle vehicle, VehicleInterpolationData data, long currentTime)
    • interpolationDataGet

      public boolean interpolationDataGet(float[] buf1, float[] buf2)
    • getLastAddedInterpolationPoint

      public VehicleInterpolationData getLastAddedInterpolationPoint()
    • setDelayLength

      public void setDelayLength(float d)
    • isDelayLengthIncreased

      public boolean isDelayLengthIncreased()
    • interpolationDataGet

      public boolean interpolationDataGet(float[] buf1, float[] buf2, long time)