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