class zpp_nape.util.ZNPArray2_Float

import zpp_nape.util.Array2;

Available on all platforms

Instance Fields

function new(width:Int, height:Int):Void

function get(x:Int, y:Int):Float

function resize(width:Int, height:Int, def:Float):Void

function set(x:Int, y:Int, obj:Float):Float