示例#1
0
 public double[] GetProj()
 {
     double[] proj = new double[16];
     BrowserInterop.vtsCameraGetProjMatrix(Handle, proj);
     Util.CheckInterop();
     return(proj);
 }