Method Eval
Eval(float)
Evaluate a point on the curve.
Declaration
public float Eval(float x)
Parameters
Type | Name | Description |
---|---|---|
float | x | The point to evaluate. |
Returns
Type | Description |
---|---|
float | The value of the curve, at the point specified. |