Class VehicleInterpolationData

java.lang.Object
zombie.vehicles.VehicleInterpolationData
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
Physics

public class VehicleInterpolationData extends Object implements Comparable
  • 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

      public int compareTo(VehicleInterpolationData vehicleInterpolationData)