Point at the right-end of the segment

Property definitions

geometry $ ILine :: point_right
	# Point at the right-end of the segment
	fun point_right: P is abstract
lib/geometry/points_and_lines.nit:174,2--175,31

geometry $ Line :: point_right
	redef var point_right
lib/geometry/points_and_lines.nit:185,2--22