ControlPoint

@addtogroup libnoise @{ This structure defines a control point.

Control points are used for defining splines.

Members

Variables

inputValue
double inputValue;

The input value.

outputValue
double outputValue;

The output value that is mapped from the input value.

Meta