static List<double> zRotate(List<double> m, double angleInRadians) { return multiply(m, zRotation(angleInRadians)); }