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