Position of this camera in world space

Property definitions

gamnit $ Camera :: position
	# Position of this camera in world space
	var position = new Point3d[Float](0.0, 0.0, 0.0)
lib/gamnit/cameras.nit:31,2--32,49