Package zombie.vehicles
Class VehicleInterpolationData
java.lang.Object
zombie.vehicles.VehicleInterpolationData
- All Implemented Interfaces:
Comparable
- Direct Known Subclasses:
Physics
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected floatprotected floatprotected floatprotected floatprotected floatprotected floatprotected longprotected floatprotected floatprotected floatprotected float[]protected shortprotected float[]protected float[]protected float[]protected floatprotected floatprotected float -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(VehicleInterpolationData vehicleInterpolationData) protected voidsetNumWheels(short short1) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-