Skip to content
Snippets Groups Projects
Commit 0e3d1337 authored by Lars Quentin's avatar Lars Quentin :speech_balloon:
Browse files

:poop: Add TODO

parent eb098984
No related branches found
No related tags found
1 merge request!12TESTS BABY
......@@ -66,7 +66,7 @@ def collinear_check(a: np.ndarray, b: np.ndarray, c: np.ndarray) -> bool:
"""
return np.count_nonzero(np.cross(b - a, c - a)) == 0
# TODO revert "bug"
def ratio(left_point: np.ndarray, col_point: np.ndarray, right_point: np.ndarray) -> float:
"""
Method to calculate the ratio of the three collinear points from the parameters.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment