Exemple #1
0
 public void InitFromUnit(gp_Quaternion theQStart, gp_Quaternion theQEnd)
 {
     throw new NotImplementedException();
 }
Exemple #2
0
 public void Interpolate(double theT, gp_Quaternion theResultQ)
 {
     throw new NotImplementedException();
 }
Exemple #3
0
 public gp_QuaternionSLerp(gp_Quaternion theQStart, gp_Quaternion theQEnd)
     : base()
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public gp_Quaternion Interpolate(gp_Quaternion theQStart, gp_Quaternion theQEnd, double theT)
 {
     throw new NotImplementedException();
 }
Exemple #5
0
 public void SetRotationPart(gp_Quaternion R)
 {
     throw new NotImplementedException();
 }
Exemple #6
0
 public void SetTransformation(gp_Quaternion R, gp_Vec T)
 {
     throw new NotImplementedException();
 }
 public gp_Quaternion(gp_Quaternion parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public bool IsEqual(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
 public double Dot(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
 public void Multiply(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
 public void Subtract(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
 public gp_Quaternion Multiplied(gp_Quaternion theOther)
 {
     throw new NotImplementedException();
 }
 public void Set(gp_Quaternion theQuaternion)
 {
     throw new NotImplementedException();
 }