public void NJRotateZYX(int x, int y, int z) { Matrix m = Top; MatrixFunctions.RotateZYX(ref m, x, y, z); LoadMatrix(m); }