Property definitions

geometry $ Polygon :: defaultinit
# A simple polygon
class Polygon
	super APolygon
	# TODO: implement algorithms for concave polygons ?
end
lib/geometry/polygon.nit:156,1--160,3