class Pose2d
Class for representing 2D robot poses (x, y, and heading) and their derivatives.
Pose2d(pos: Vector2d, heading: Double)Pose2d(x: Double = 0.0, y: Double = 0.0, heading: Double = 0.0)
Class for representing 2D robot poses (x, y, and heading) and their derivatives.  | 
val heading: Double | 
|
val x: Double | 
|
val y: Double | 
operator fun div(scalar: Double): Pose2d | 
|
fun equals(other: Any?): Boolean | 
|
operator fun minus(other: Pose2d): Pose2d | 
|
operator fun plus(other: Pose2d): Pose2d | 
|
fun pos(): Vector2d | 
|
operator fun times(scalar: Double): Pose2d | 
|
fun toString(): String | 
|
operator fun unaryMinus(): Pose2d |