Beispiel #1
0
 public Graphic3d_TransformPers(Graphic3d_TransModeFlags theMode, Aspect_TypeOfTriedronPosition theCorner,
                                Graphic3d_Vec2i theOffset)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void SetPersistence(Graphic3d_TransModeFlags theMode, Aspect_TypeOfTriedronPosition theCorner,
                            Graphic3d_Vec2i theOffset)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void SetOffset2d(Graphic3d_Vec2i theOffset)
 {
     throw new NotImplementedException();
 }
 public Graphic3d_Vec2i cwiseMax(Graphic3d_Vec2i theVec)
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(Graphic3d_Vec2i theOther)
 {
     throw new NotImplementedException();
 }
 public Graphic3d_Vec2i(Graphic3d_Vec2i theOtherVec2)
     : base()
 {
     throw new NotImplementedException();
 }
 public int Dot(Graphic3d_Vec2i theOther)
 {
     throw new NotImplementedException();
 }