class zpp_nape.util.ZNPArray2_ZPP_GeomVert
import zpp_nape.util.Array2;
Available on all platforms
var list:TArray<ZPP_GeomVert>
var total:Int
var width:Int
function new(width:Int, height:Int):Void
function get(x:Int, y:Int):ZPP_GeomVert
function resize(width:Int, height:Int, def:ZPP_GeomVert):Void
function set(x:Int, y:Int, obj:ZPP_GeomVert):ZPP_GeomVert