Exemplo n.º 1
0
 public bool IsEqual(gp_XY Other, double Tolerance)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public gp_XY Subtracted(gp_XY Right)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public gp_XY(gp_XY parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public gp_Vec2d(gp_XY Coord)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 5
0
 public void SetCol(int Col, gp_XY Value)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 6
0
 public void Transforms(gp_XY Coord)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 7
0
 public gp_GTrsf2d(gp_Mat2d M, gp_XY V)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 8
0
 public double Dot(gp_XY Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 9
0
 public void Multiply(gp_XY Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 10
0
 public double Crossed(gp_XY Right)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 11
0
 public double CrossSquareMagnitude(gp_XY Right)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 12
0
 public void SetRows(gp_XY Row1, gp_XY Row2)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 13
0
 public void SetRow(int Row, gp_XY Value)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 14
0
 public void SetCols(gp_XY Col1, gp_XY Col2)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 15
0
 public void Add(gp_XY Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 16
0
 public gp_XY Multiplied(gp_XY Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 17
0
 public gp_XY Added(gp_XY Other)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 18
0
 public void SetLinearForm(double A1, gp_XY XY1, double A2, gp_XY XY2, gp_XY XY3)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 19
0
 public gp_XY Transformed(gp_XY Coord)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 20
0
 public void SetLinearForm(gp_XY XY1, gp_XY XY2)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 21
0
 public void SetTranslationPart(gp_XY Coord)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 22
0
 public void Subtract(gp_XY Right)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 23
0
 public void SetXY(gp_XY Coord)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 24
0
 public gp_Mat2d(gp_XY Col1, gp_XY Col2)
     : base()
 {
     throw new NotImplementedException();
 }