bitshifter / glam-rs

A simple and fast linear algebra library for games and graphics
Apache License 2.0
1.46k stars 145 forks source link

Rename Vec2::angle_between to Vec2::angle_to #524

Closed bitshifter closed 1 month ago

bitshifter commented 1 month ago

This method has a different meaning to Vec3::angle_between, which was inconsistent and confusing.