list: nape.TArray
width: Int
resize(width: Int, height: Int, def: Float): Void
width
height
def
get(x: Int, y: Int): Float
x
y
set(x: Int, y: Int, obj: Float): Float
obj
new(width: Int, height: Int): Void