Freedom-of-Form-Foundation / anatomy3d

A CAD tool for humanoid anatomy alterations. See the anatomy3d-blender repository for more recent work.
https://freedomofform.org/1856/3d-anatomy-project-scope-phase-1-focus-on-a-limb-joint/
GNU General Public License v2.0
7 stars 5 forks source link

Replace Real with double. #65

Closed AdamNorberg closed 2 years ago

AdamNorberg commented 2 years ago

Real was an interesting idea but not what we need, and it prevents us from using other peoples' vector math libraries.

Note that two of the TestValueCalculation tests in QuadraticFunctionTests now fail - I think they might've been failing before? in any case, it's an edge condtion that might be nice to get right, but everything else seems fine after this change - as far as the unit tests can tell, at least.