983 / cppglsl

C++11 implementation of vec2, vec3, vec4, mat2, mat3, mat4 and sampler2D with swizzeling.
The Unlicense
5 stars 0 forks source link

No matrix matrix multiplication #1

Open deanm opened 8 years ago

deanm commented 8 years ago

The matrix classes only implement matrix/vector multiplication, but not matrix matrix multiplication.

983 commented 8 years ago

Ah well. Might as well when I'm at it already.