fixup! fixup! first commit

This commit is contained in:
2022-09-30 11:49:26 +02:00
parent a5221b52a5
commit b9471f779e
2 changed files with 4 additions and 2 deletions

View File

@ -27,7 +27,7 @@ def tests():
test(droite_normale, (-0.5, 1, 1.0), (3, 4), (2.0, 1, 10.0))
test(symetrie_orthogonale, (-0.5, 1, 1.0), (-2, 0), (-2.0, 0.0))
test(symetrie_orthogonale, (-0.5, 1, 1.0), (3, 4), (2.0, 1, 10.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), 0.0)