Class Twist2d

java.lang.Object
edu.wpi.first.math.geometry.Twist2d

public class Twist2d
extends Object
A change in distance along a 2D arc since the last pose update. We can use ideas from differential calculus to create new Pose2d objects from a Twist2d and vice versa.

A Twist can be used to represent a difference between two poses.