move_to

Cartesian.move_to(Cartesian2, step=5, extrapolate=(0, 0))[source]
Returns list of Cartesians for the movement from
self to Cartesian2.
Parameters:
  • Cartesian2 (Cartesian) –
  • step (int) –
  • extrapolate (tuple) –
Returns:

The list contains self as first and Cartesian2

as last element.

The number of intermediate frames is defined by step. Please note, that for this reason: len(list) = (step + 1). The numbers in extrapolate define how many frames are

appended to the left and right of the list continuing the movement.

Return type:

list