Beispiel #1
0
 public gp_GTrsf2d(gp_Mat2d M, gp_XY V)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public void SetVectorialPart(gp_Mat2d Matrix)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void Multiply(gp_Mat2d Matrix)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public gp_XY Multiplied(gp_Mat2d Matrix)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public gp_Mat2d(gp_Mat2d parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public gp_Mat2d Subtracted(gp_Mat2d Other)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public void PreMultiply(gp_Mat2d Other)
 {
     throw new NotImplementedException();
 }
Beispiel #8
0
 public gp_Mat2d Multiplied(gp_Mat2d Other)
 {
     throw new NotImplementedException();
 }
Beispiel #9
0
 public void Add(gp_Mat2d Other)
 {
     throw new NotImplementedException();
 }