Class VehicleInterpolation
java.lang.Object
zombie.vehicles.VehicleInterpolation
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
interpolationDataAdd
(ByteBuffer bb, long time, float x, float y, float z, long currentTime) void
interpolationDataAdd
(BaseVehicle vehicle, VehicleInterpolationData data) boolean
interpolationDataGet
(float[] float0, float[] float1) boolean
interpolationDataGet
(float[] float1, float[] float0, long long0) boolean
void
reset()
void
setDelayLength
(float float0) void
update
(long time)
-
Method Details
-
reset
public void reset() -
clear
public void clear() -
update
public void update(long time) -
interpolationDataAdd
-
interpolationDataAdd
public void interpolationDataAdd(ByteBuffer bb, long time, float x, float y, float z, long currentTime) -
interpolationDataGet
public boolean interpolationDataGet(float[] float0, float[] float1) -
getLastAddedInterpolationPoint
-
setDelayLength
public void setDelayLength(float float0) -
isDelayLengthIncreased
public boolean isDelayLengthIncreased() -
interpolationDataGet
public boolean interpolationDataGet(float[] float1, float[] float0, long long0)
-