noise.misc

Undocumented in source.

Members

Functions

ClampValue
int ClampValue(int value, int lowerBound, int upperBound)

Clamps a value onto a clamping range.

GetMax
T GetMax(T a, T b)

@addtogroup libnoise @{ Returns the maximum of two values.

GetMin
T GetMin(T a, T b)

Returns the minimum of two values.

SwapValues
void SwapValues(T a, T b)

Swaps two values.

Meta