ungerik / go3d

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

Added Transform methods for mat4 that do multiplication in place. #11

Closed panmari closed 9 years ago

panmari commented 9 years ago

Changes as discussed in issue #10

Also added tests/benchmarks for mat4 package.

ungerik commented 9 years ago

Thanks. I also added those methods to other matrix formats.