Curve


Description:

[ CCode ( has_construct_function = false ) ]
public Curve (double y_min, double y_max)

Create a Curve that can store a curve with values between y_min and y_max.

Returns the newly created Curve.

Parameters:

y_min

minimum y value for curve.

y_max

maximum y value for curve.