TorqueGameEngines / Torque3D

Other
1.45k stars 159 forks source link

Templated math functions #1252

Closed marauder2k7 closed 3 months ago

marauder2k7 commented 4 months ago

change all the code to use templated math functions.

All calls to these math functions now enforce using the correct types (can no longer compare int to float for example)

marauder2k7 commented 3 months ago

out of date needs to be re-done