public Adaptor2d_HLine2d(Adaptor2d_Line2d C)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Set(Adaptor2d_Line2d C)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public Adaptor2d_Line2d(Adaptor2d_Line2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }