Package com.acmerobotics.roadrunner
Class PoseVelocity2dDual
-
- All Implemented Interfaces:
public final class PoseVelocity2dDual<Param extends Object>
Dual version of PoseVelocity2d.
-
-
Constructor Summary
Constructors Constructor Description PoseVelocity2dDual(Vector2dDual<Param> linearVel, DualNum<Param> angVel)
-
Method Summary
Modifier and Type Method Description final PoseVelocity2dDual<Param>
plus(PoseVelocity2d other)
final PoseVelocity2d
value()
final static <Param extends Any> PoseVelocity2dDual<Param>
constant(PoseVelocity2d pv, Integer n)
-
-
Constructor Detail
-
PoseVelocity2dDual
PoseVelocity2dDual(Vector2dDual<Param> linearVel, DualNum<Param> angVel)
-
-
Method Detail
-
plus
final PoseVelocity2dDual<Param> plus(PoseVelocity2d other)
-
value
final PoseVelocity2d value()
-
constant
final static <Param extends Any> PoseVelocity2dDual<Param> constant(PoseVelocity2d pv, Integer n)
-
-
-
-