public void NJTranslate(float x, float y, float z) { Matrix m = Top; MatrixFunctions.Translate(ref m, x, y, z); LoadMatrix(m); }