/**
* The distance function used in cellular noise calculations.
* @remark Default: FNL_CELLULAR_FUNC_DISTANCE
*/
fnl_cellular_distance_func cellular_distance_func;
/**
* The cellular return type from cellular noise calculations.
* @remark Default: FNL_CELLULAR_RETURN_TYPE_EUCLIEANSQ
*/
fnl_cellular_return_type cellular_return_type;
"DISTANCE" and "EUCLIDEAN" seem to be swapped. Haven't checked if other languages have the same issue.
"DISTANCE" and "EUCLIDEAN" seem to be swapped. Haven't checked if other languages have the same issue.