Twist2dDual

data class Twist2dDual<Param>(val transVel: Vector2dDual<Param>, val rotVel: DualNum<Param>)

Dual version of Twist2d.

Constructors

Link copied to clipboard
fun <Param> Twist2dDual(transVel: Vector2dDual<Param>, rotVel: DualNum<Param>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
operator fun plus(other: Twist2d): Twist2dDual<Param>
Link copied to clipboard
fun value(): Twist2d

Properties

Link copied to clipboard
val rotVel: DualNum<Param>
Link copied to clipboard
val transVel: Vector2dDual<Param>