Time Nick Message 14:03 sfan5 reminder that someone needs to import weblate 15:57 SFENCE_arch luatic: After irr matrix refactory, what is correct replacement for rotateVect method? 15:59 SFENCE_arch rotateAndScaleVect looks to works differently. 15:59 MTDiscord No, rotateAndScaleVect is just a more accurate description of what the method previously called "rotateVect" actually does. 15:59 MTDiscord rotateAndScaleVect is thus the correct replacement. 16:00 MTDiscord Side note, I realized later that rotateAndScaleVect is a better name, but still not quite correct. A precise description would be closer to "transform direction" (w = 0). 16:01 MTDiscord really the only precise way to describe it is that it applies the 3x3 submatrix, it ignores the W part. this submatrix can still do all kinds of things. it can shear, it can mirror, it can scale, it can project, it can rotate.