Tejtex
Results
2
issues of
Tejtex
This PR refactors math utilities and related code to use `Point2` tuples consistently instead of mixing `x, y` float parameters and `Point2`: # Changes - Updated core math functions: -...
### I've noticed that in math.py there’s an inconsistency in how points are handled: - Some functions, like `rotate_point` and `get_distance`, take x and y as separate parameters: ``` def...