ungerik / go3d

A performance oriented 2D/3D math package for Go
MIT License
303 stars 49 forks source link

Correct mat4 and vec4 multiplication #6

Closed alexozer closed 9 years ago

alexozer commented 9 years ago

Interesting bug; this fix aligns this function with the float32 version. Also, this was me trying to figure out what was wrong with my code.

ungerik commented 9 years ago

OK, I admit, unit-tests would help ;-)