Patrik Huber d08618c073 Convert integers to type T in quaternion mat3_cast()
This fixes issues when the type T is not explicitly convertible to T, and for example only has an operator* defined that takes two Ts but not a T and an int.

All the other functions in that file already use this syntax, so the missing ones here are most likely an oversight.
2016-08-17 23:24:44 +01:00
..
2016-08-11 00:42:43 +02:00
2016-08-07 12:57:01 +02:00
2016-06-10 23:14:17 +02:00
2016-05-01 12:29:11 +02:00