public static Matrix GetRotateX(double theta) { Matrix a = new Matrix(); a.RotateX(theta); return(a); }
public static Matrix GetRotateX(double theta) { Matrix a = new Matrix(); a.RotateX(theta); return a; }