pythonarcade / arcade

Easy to use Python library for creating 2D arcade games.
http://arcade.academy
Other
1.71k stars 330 forks source link

fix typing in arcade.math.clamp #2377

Closed DigiDuncan closed 1 month ago

pushfoo commented 1 month ago

I'm considering including something like useful_types. There was some part of it I didn't like for some reason. It was more than just another tiny dependency in our heaping pile. Looking at their PR queue, it may have been that the project is bit slow to merge.

stuff like the lerp function

:sunglasses: Beat you to that one. :point_down: https://github.com/pythonarcade/arcade/blob/553894e398c00fc5a1421a95dca7ea6258b124ff/arcade/math.py#L49-L78