Session2 30/9/22

This commit is contained in:
2022-09-30 12:59:47 +02:00
parent b9471f779e
commit 2cbfccb8cc
2 changed files with 14 additions and 7 deletions

View File

@ -29,6 +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), (-2, 0), 0.0)