TheCherno / Sparky

Cross-Platform High Performance 2D/3D game engine for people like me who like to write code.
Apache License 2.0
1.1k stars 222 forks source link

Mat4 Multiply Function Issue #24

Closed Sharpiro closed 9 years ago

Sharpiro commented 9 years ago

For matrix A and B, the mat4 "multiply" function A.multiply(B) was returning B X A instead of A X B. I'm in no way an expert, so if i've missed something, please let me know.

Thanks