three-d
three-d copied to clipboard
Math code in math package
Hi, I primarily use nalgebra for mathematics code and then convert into the glam format afterwards.
However, using three_d::*
creates a naming collision not just with nalgebra, but with other math libraries.
Would you consider the re-exported math code being under a three_d::math::*
import, which would make back and forth code easier to use?
Yeah, that's a good idea 👍