Reading a 3D transformation
A 3 by 3 matrix sends a vector to a new point by combining the three columns of the matrix.
Each column shows where a basis direction lands, so a matrix can rotate, scale, reflect, or shear in three dimensions.
The length comparison is useful when you want to know whether the matrix preserves magnitude.