CubicBezier
C or c command - Cubic Bezier curve
Constructor
CubicBezier(
center1: Point2D,
center2: Point2D,
pos: Point2D,
absolute: bool = True
) -> None
Methods
get_end_point
get_end_point(current_pos: Point2D) -> Point2D
interpolate
interpolate(other: PathCommand, t: float) -> CubicBezier
to_absolute
to_absolute(current_pos: Point2D) -> CubicBezier
to_string
to_string()