bumpy icon indicating copy to clipboard operation
bumpy copied to clipboard

2d collision library for Nim.

Results 2 bumpy issues
Sort by recently updated
recently updated
newest added

I've found two situations where calling `overlap` for two `Segment` instances will cause a division by zero: 1. If the lines are parallel, for example: ```nim Segment(at: vec2(625.0, 22.0), to:...