예제 #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();
 }