elect
12/19/2016, 8:40 AMglm.mul(..) where mul(...) is a function of the interface mat2x2_operators
but if I have this:
interface glm {
companion object :
mat2x2_operators,
I have mul available through glm.Companion.mul(...)
If I convert glm to object instead, I have
glm.INSTANCE.mul(...)