commonMain.de.fabmax.kool.physics.vehicle.WheelInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kool-physics Show documentation
Show all versions of kool-physics Show documentation
A multiplatform OpenGL / Vulkan graphics engine written in kotlin
package de.fabmax.kool.physics.vehicle
import de.fabmax.kool.scene.TrsTransformF
class WheelInfo {
val transform = TrsTransformF()
var lateralSlip = 0f
var longitudinalSlip = 0f
}