Twist2d
Constructs a Twist2d from x and y distance measurements and a rotation.
Parameters
the x-component of linear displacement
the y-component of linear displacement
the angular displacement as a rotation
Constructs a Twist2d from x and y distance measurements and an angle measurement.
Parameters
the x-component of linear displacement
the y-component of linear displacement
the angular displacement as an angle measurement
Constructs a Twist2d from x and y coordinates (in inches) and a rotation.
Convenience constructor that assumes inch units for linear displacement.
Parameters
the x-component of displacement in inches
the y-component of displacement in inches
the angular displacement as a rotation
Constructs a Twist2d from x and y coordinates (in inches) and an angle (in radians).
Convenience constructor that assumes inch units for linear displacement and radians for angle.
Parameters
the x-component of displacement in inches
the y-component of displacement in inches
the angular displacement in radians