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