Package zombie.vehicles
Class VehicleInterpolationData
java.lang.Object
zombie.vehicles.VehicleInterpolationData
- All Implemented Interfaces:
Comparable
- Direct Known Subclasses:
Physics
-
Field Summary
Modifier and TypeFieldDescriptionprotected float
protected float
protected float
protected float
protected float
protected float
protected long
protected float
protected float
protected float
protected float[]
protected short
protected float[]
protected float[]
protected float[]
protected float
protected float
protected float
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
compareTo
(VehicleInterpolationData vehicleInterpolationData) protected void
setNumWheels
(short short1) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
time
protected long time -
x
protected float x -
y
protected float y -
z
protected float z -
qx
protected float qx -
qy
protected float qy -
qz
protected float qz -
qw
protected float qw -
vx
protected float vx -
vy
protected float vy -
vz
protected float vz -
engineSpeed
protected float engineSpeed -
throttle
protected float throttle -
wheelsCount
protected short wheelsCount -
wheelSteering
protected float[] wheelSteering -
wheelRotation
protected float[] wheelRotation -
wheelSkidInfo
protected float[] wheelSkidInfo -
wheelSuspensionLength
protected float[] wheelSuspensionLength
-
-
Constructor Details
-
VehicleInterpolationData
public VehicleInterpolationData()
-
-
Method Details
-
setNumWheels
protected void setNumWheels(short short1) -
compareTo
-