nfrechette / rtm

Realtime Math
MIT License
732 stars 44 forks source link

Extend type traits to all types #183

Closed nfrechette closed 9 months ago

nfrechette commented 11 months ago

We need to be able to find a type traits from any related type, not just float/double. As such, they should alias the base trait: float, vector4f, scalarf all alias the float trait.