fixup! Session2 30/9/22

This commit is contained in:
Debucquoy
2022-10-01 11:49:25 +02:00
parent 2cbfccb8cc
commit 53f5808f7f
2 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ def tests():
test(symetrie_orthogonale, (-0.5, 1, 1.0), (-2, 0), (-2.0, 0.0))
test(symetrie_orthogonale, (-0.5, 1, 1.0), (3, 4), (4.2, 1.6))
test(distance_droite_point, (-0.5, 1, 1.0), (-2, 0), 1.3416407864998741)
test(distance_droite_point, (-0.5, 1, 1.0), (3, 4), 1.3416407864998738)
test(distance_droite_point, (-0.5, 1, 1.0), (-2, 0), 0.0)