Uses of Interface
zombie.worldMap.Rasterize.ICallback
Packages that use Rasterize.ICallback
-
Uses of Rasterize.ICallback in zombie.tileDepth
Methods in zombie.tileDepth with parameters of type Rasterize.ICallbackModifier and TypeMethodDescriptionvoidTileGeometryFile.Polygon.rasterize(Rasterize.ICallback consumer) -
Uses of Rasterize.ICallback in zombie.worldMap
Methods in zombie.worldMap with parameters of type Rasterize.ICallbackModifier and TypeMethodDescriptionvoidRasterize.scanTriangle(float _xa, float _ya, float _xb, float _yb, float _xc, float _yc, int _min, int _max, Rasterize.ICallback _s)