static List<double> xRotate(List<double> m, double angleInRadians) { return multiply(m, xRotation(angleInRadians)); }