TankWheelVelocities

data class TankWheelVelocities<Param>(val left: DualNum<Param>, val right: DualNum<Param>) : WheelVelocities<Param>

Constructors

Link copied to clipboard
constructor(left: DualNum<Param>, right: DualNum<Param>)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun all(): List<DualNum<Param>>

Returns a list of all wheel velocities. The order should be consistent for a given implementation.