Esempio n. 1
0
 public gp_Circ2d Translated(gp_Vec2d V)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public gp_Vec2d(gp_Vec2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void Translate(gp_Vec2d V)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void Mirror(gp_Vec2d V)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public gp_Vec2d Mirrored(gp_Vec2d V)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public void SetLinearForm(double A1, gp_Vec2d V1, gp_Vec2d V2)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public void SetLinearForm(gp_Vec2d Left, gp_Vec2d Right)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public double Dot(gp_Vec2d Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public gp_Vec2d Subtracted(gp_Vec2d Right)
 {
     throw new NotImplementedException();
 }
Esempio n. 10
0
 public double Crossed(gp_Vec2d Right)
 {
     throw new NotImplementedException();
 }
Esempio n. 11
0
 public double CrossSquareMagnitude(gp_Vec2d Right)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public gp_Vec2d Added(gp_Vec2d Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 13
0
 public bool IsParallel(gp_Vec2d Other, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
Esempio n. 14
0
 public bool IsEqual(gp_Vec2d Other, double LinearTolerance, double AngularTolerance)
 {
     throw new NotImplementedException();
 }
Esempio n. 15
0
 public void SetTranslationPart(gp_Vec2d V)
 {
     throw new NotImplementedException();
 }
Esempio n. 16
0
 public gp_Dir2d(gp_Vec2d V)
     : base()
 {
     throw new NotImplementedException();
 }