Set the element at x, y

Property definitions

gamnit :: programs $ NativeGLfloatArray :: matrix_set
	# Set the element at `x, y`
	fun matrix_set(x, y: Int, val: Float) `{ self[y*4+x] = val; `}
lib/gamnit/programs.nit:581,2--582,63