Esempio n. 1
0
 public gp_Quaternion(gp_Mat theMat)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void SetMatrix(gp_Mat theMat)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public gp_GTrsf(gp_Mat M, gp_XYZ V)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public void SetVectorialPart(gp_Mat Matrix)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public gp_Mat Subtracted(gp_Mat Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public gp_Mat(gp_Mat parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public void PreMultiply(gp_Mat Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public void Subtract(gp_Mat Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public gp_Mat Multiplied(gp_Mat Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 10
0
 public gp_Mat Added(gp_Mat Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 11
0
 public void Add(gp_Mat Other)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public gp_XYZ Multiplied(gp_Mat Matrix)
 {
     throw new NotImplementedException();
 }
Esempio n. 13
0
 public void Multiply(gp_Mat Matrix)
 {
     throw new NotImplementedException();
 }