WheelVelocities

data class WheelVelocities<Param>(val red: DualNum<Param>, val green: DualNum<Param>, val blue: DualNum<Param>)

Represents the velocities of each wheel on the drive.

Constructors

Link copied to clipboard
constructor(red: DualNum<Param>, green: DualNum<Param>, blue: DualNum<Param>)

Properties

Link copied to clipboard
val blue: DualNum<Param>
Link copied to clipboard
val green: DualNum<Param>
Link copied to clipboard
val red: DualNum<Param>

Functions

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