ZNPArray2_Float

zpp_nape.util.ZNPArray2_Float (Class)

Instance Members

nape
list: nape.TArray

nape
width: Int

nape
resize(width: Int, height: Int, def: Float): Void
Name Type
width Int
height Int
def Float

nape
get(x: Int, y: Int): Float
Name Type
x Int
y Int
Returns
Float

nape
set(x: Int, y: Int, obj: Float): Float
Name Type
x Int
y Int
obj Float
Returns
Float

nape
new(width: Int, height: Int): Void
Name Type
width Int
height Int