add_point


Description:

public uint add_point (double x, double y)

Add a point to the curve at x y (replacing the value exactly for x if it already exists.

Parameters:

this

a Curve.

x

x coordinate

y

y coordinate