Get the element at x, y

Property definitions

gamnit :: programs $ NativeGLfloatArray :: matrix_get
	# Get the element at `x, y`
	fun matrix_get(x, y: Int): Float `{ return self[y*4+x]; `}
lib/gamnit/programs.nit:578,2--579,59