lkang2 / glmatrix

Automatically exported from code.google.com/p/glmatrix
0 stars 0 forks source link

quat4.inverse #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Lines 1551-1553 (quat4.inverse) contain:

quat[0] *= 1
quat[1] *= 1
quat[2] *= 1

It's clearly a typo, '-'s are missing.

Original issue reported on code.google.com by arturczajka@gmail.com on 6 Apr 2011 at 9:29

GoogleCodeExporter commented 8 years ago
Wow, yeah. Clearly a typo.

Original comment by Tojiro@gmail.com on 24 Apr 2011 at 4:23

GoogleCodeExporter commented 8 years ago

Original comment by Tojiro@gmail.com on 7 Oct 2011 at 6:53