create a line from the last node to the last %CLUTTER_PATH_MOVE_TO node.
bezier curve using the last position and three control points.
create a line from the last node to the given position
jump to the given position
same as %CLUTTER_PATH_CURVE_TO but with coordinates relative to the last node.
same as %CLUTTER_PATH_LINE_TO but with coordinates relative to the last node.
same as %CLUTTER_PATH_MOVE_TO but with coordinates relative to the last node.
Types of nodes in a #ClutterPath.