Center coordinates of all the vertices

Property definitions

gamnit :: model_dimensions $ Mesh :: center
	# Center coordinates of all the vertices
	var center = new Point3d[Float]((min.x+max.x)/2.0, (min.y+max.y)/2.0, (min.z+max.z)/2.0) is lazy, writable
lib/gamnit/depth/model_dimensions.nit:73,2--74,107

gamnit $ Plane :: center
	redef var center = new Point3d[Float](0.0, 0.0, 0.0) is lazy
lib/gamnit/depth/more_meshes.nit:76,2--61

gamnit $ Cuboid :: center
	redef var center = new Point3d[Float](0.0, 0.0, 0.0) is lazy
lib/gamnit/depth/more_meshes.nit:144,2--61