MoveTo
M or m command - Move to a point
Constructor
MoveTo(pos: Point2D, absolute: bool = True) -> None
Methods
get_end_point
get_end_point(current_pos: Point2D) -> Point2D
interpolate
interpolate(other: PathCommand, t: float) -> MoveTo
to_absolute
to_absolute(current_pos: Point2D) -> MoveTo
to_string
to_string()