times

operator fun times(t: Twist2dDual<Param>): Twist2dDual<Param>
operator fun times(v: Vector2dDual<Param>): Vector2dDual<Param>
operator fun times(v: Vector2d): Vector2dDual<Param>
operator fun times(r: Rotation2dDual<Param>): Rotation2dDual<Param>
operator fun times(r: Rotation2d): Rotation2dDual<Param>
operator fun times(t: Pose2d): Pose2dDual<Param>