x := Point("A",2,5) ; y := Point(1,4) ; z := Droite(x ,y) ; nouveauPoint := Point(2,1.5) ; i := Perpendiculaire(z,nouveauPoint);