Cabin

data class Cabin<T>(val damage: Float, val position: Vector<T>, val acceleration: Acceleration<T>, val offset: Offset<T>)

Class that hold information about the cabin truck

Author

Felipe Gonzalez

Constructors

Link copied to clipboard
constructor(damage: Float, position: Vector<T>, acceleration: Acceleration<T>, offset: Offset<T>)

Properties

Link copied to clipboard
Link copied to clipboard

chassis

Link copied to clipboard
Link copied to clipboard