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)
    • interpolationDataAdd

      public void interpolationDataAdd(ByteBuffer bb, long time, float x, float y, float z, long currentTime)
    • interpolationDataGet

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

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