add_rel_curve_to


Description:

public void add_rel_curve_to (int x_1, int y_1, int x_2, int y_2, int x_3, int y_3)

Same as add_curve_to except the coordinates are relative to the previous node.

Parameters:

this

a Path

x_1

the x coordinate of the first control point

y_1

the y coordinate of the first control point

x_2

the x coordinate of the second control point

y_2

the y coordinate of the second control point

x_3

the x coordinate of the third control point

y_3

the y coordinate of the third control point