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

Add `move_towards` for vectors #492

Closed chompaa closed 4 months ago

chompaa commented 4 months ago

Adds a move_towards function for vectors based on #477 and #265, with tests.

bitshifter commented 4 months ago

Thanks!