datenwolf / linmath.h

a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions
Do What The F*ck You Want To Public License
923 stars 134 forks source link

Needs a test suite #4

Open datenwolf opened 11 years ago

datenwolf commented 11 years ago

Every function of linmath.h should be complemented by a matching suite of tests. While those can't assure correctness, they can act as a canary toward behavior changes.

iTitus commented 3 years ago

Implemented by #42