The type of points that ends the segment

Property definitions

geometry $ ILine :: P
	# The type of points that ends the segment
	type P: IPoint[N]
lib/geometry/points_and_lines.nit:168,2--169,18

geometry $ ILine3d :: P
	redef type P: IPoint3d[N]
lib/geometry/points_and_lines.nit:202,2--26