RandyGaul / cute_headers

Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
4.29k stars 267 forks source link

Function name typo in math2d #253

Closed zshoals closed 3 years ago

zshoals commented 3 years ago

The following function should read ray_to_halfspace

https://github.com/RandyGaul/cute_headers/blob/e51f3f57564a8687ff9851822cb129652db137a4/cute_math2d.h#L263

Dunno squat about C++ or this library, just happened to notice while browsing around.