QuantumBadger / Speedy2D

Rust library for hardware accelerated drawing of 2D shapes, images, and text, with an easy to use API.
Apache License 2.0
386 stars 42 forks source link

Improved Vectors #109

Closed InfiniteCoder01 closed 5 months ago

InfiniteCoder01 commented 7 months ago
QuantumBadger commented 7 months ago

Thanks! I've only taken a quick glance at this, but there seem to be multiple backwards-incompatible API changes, such as magnitude_squared now only being supported for f32, but not generic T as before. Similarly with normalize.

InfiniteCoder01 commented 7 months ago

Sorry, I didn't notice those changes while I was rebasing. Should be fine now