Ejemplo n.º 1
0
 public void SetCamera(Graphic3d_Camera theCamera)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public void computeHLR(Graphic3d_Camera theProjector, Graphic3d_Structure theStructure)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 3
0
 public void ComputeXRBaseCameraFromPosed(Graphic3d_Camera theCamPosed, gp_Trsf thePoseTrsf)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 4
0
 public void ComputeXRPosedCameraFromBase(Graphic3d_Camera theCam, gp_Trsf theXRTrsf)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 5
0
 public void Copy(Graphic3d_Camera theOther)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 6
0
 public void CopyOrientationData(Graphic3d_Camera theOtherCamera)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 7
0
 public Graphic3d_Camera(Graphic3d_Camera theOther)
     : base()
 {
     throw new NotImplementedException();
 }