typedef nape.geom.IsoFunctionDef = IsoFunction

import nape.geom.IsoFunction;

Available on all platforms

Typedef defining iso-function type for MarchingSquares. * * typedef IsoFunctionDef = #if flash IsoFunction #else Float->Float->Float #end; *