bitshifter / glam-rs

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

impl `Div<f32>`/`Div<f64>` for [`D`]`MatX` #476

Closed JohnTheCoolingFan closed 7 months ago

JohnTheCoolingFan commented 7 months ago

The implementation should be almost the same as Mul implementation. Don't know why it's not implemented yet but that would be useful.