Package-level declarations
Types
Link copied to clipboard
Class related to Truck License Plate
Link copied to clipboard
data class Truck(val transmission: Transmission, val brakes: Brakes, val lights: Lights, val liquids: Liquids, val engine: Engine, val differential: Differential, val speed: Long, val cruiseControl: CruiseControl, val cabin: Cabin<Float>, val chassis: Chassis, val odometer: Float, val isElectricEnabled: Boolean, val isWipersEnabled: Boolean, val brand: GenericResource, val model: GenericResource, val licensePlate: LicensePlate, val totalDamage: Float, val position: Vector<Double>, val orientation: OrientationVector<Double>, val acceleration: Acceleration<Float>, val head: Head<Float>, val hook: Hook<Float>, val liftAxle: LiftAxle, val wheels: List<TruckWheel>)
Class that hold truck data
Link copied to clipboard
data class TruckWheel(val substance: Int, val radius: Float, val suspensionDeflection: Float, val velocity: Float, val steering: Float, val rotation: Float, val lift: Float, val liftOffset: Float, val position: Vector<Float>, val isSteerable: Boolean, val isSimulated: Boolean, val isPowered: Boolean, val isLiftable: Boolean, val isOnGround: Boolean, val damage: Float)
Class that hold wheel data from truck