LineTo
L or l command - Draw a line to a point
Constructor
LineTo(pos: Point2D, absolute: bool = True) -> None
Methods
get_end_point
get_end_point(current_pos: Point2D) -> Point2D
interpolate
interpolate(other: PathCommand, t: float) -> LineTo
to_absolute
to_absolute(current_pos: Point2D) -> LineTo
to_string
to_string()