Esempio n. 1
0
 public void InitFromUnit(gp_Quaternion theQStart, gp_Quaternion theQEnd)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void Interpolate(double theT, gp_Quaternion theResultQ)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public gp_QuaternionSLerp(gp_Quaternion theQStart, gp_Quaternion theQEnd)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public gp_Quaternion Interpolate(gp_Quaternion theQStart, gp_Quaternion theQEnd, double theT)
 {
     throw new NotImplementedException();
 }
Esempio n. 5
0
 public void SetRotationPart(gp_Quaternion R)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public void SetTransformation(gp_Quaternion R, gp_Vec T)
 {
     throw new NotImplementedException();
 }
Esempio n. 7
0
 public gp_Quaternion(gp_Quaternion parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Esempio n. 8
0
 public bool IsEqual(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 9
0
 public double Dot(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 10
0
 public void Multiply(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 11
0
 public void Subtract(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 12
0
 public gp_Quaternion Multiplied(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
Esempio n. 13
0
 public void Set(gp_Quaternion theQuaternion)
 {
     throw new NotImplementedException();
 }