Пример #1
0
 public double Dot(Geom2d_Vector Other)
 {
     throw new NotImplementedException();
 }
Пример #2
0
 public Geom2d_VectorWithMagnitude Added(Geom2d_Vector Other)
 {
     throw new NotImplementedException();
 }
Пример #3
0
 public Geom2d_Vector(Geom2d_Vector parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }
Пример #4
0
 public void Add(Geom2d_Vector Other)
 {
     throw new NotImplementedException();
 }