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