x = Point("A",2,5) ; y = Point(1,4) ; z= Line(x ,y) ; nouveauPoint= Point(2,1.5) ; i=Perpendicular(z,nouveauPoint);