Subype problem when making a struct callable
I’m trying to make a Matrix callable, in order to be able to use it, for instance, as a matrix of transformation functions. I was able to come up with the following, which works OK.
I’m trying to make a Matrix callable, in order to be able to use it, for instance, as a matrix of transformation functions. I was able to come up with the following, which works OK.