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