go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

Write tests #3

Closed UserAB1236872 closed 10 years ago

UserAB1236872 commented 11 years ago

This package is sorely under-tested. Most of the basic functionality can be assumed to work simply by the fact that the examples work, but a lot of test cases are needed to be sure. Especially for the more ugly methods like determinants and inverse (see #2 ).

UserAB1236872 commented 10 years ago

I'm going to close this. While some functions are still untested, general coverage of cases has gone way up. Tests are still welcome, but no long pressing enough to have an issue open for.