]> git.tdb.fi Git - libs/gl.git/commit
Add multiplication operators between Matrix and float
authorMikko Rasa <tdb@tdb.fi>
Wed, 30 Dec 2020 15:09:15 +0000 (17:09 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 30 Dec 2020 15:09:15 +0000 (17:09 +0200)
commit0c4ddd58454437a8fec95eca64cdcf08085a0a5d
treeea8bf07f348b088c39d73075a29b9350bbbe3aad
parentf38c24ad1765f39f620267c0a85e532cb851baac
Add multiplication operators between Matrix and float

Newer gcc versions are complaining about an ambiguity between the vector
multiplication operators in GL::Matrix and the scalar multiplication for
LinAl::Matrix.
source/matrix.h