2011-03-15 2 views

답변

0

신경 쓰지 마라. 알아 냈다.

x 축의 경우 :

double xRot = -(myQuat.ToEuler().x) 
Quat qDiff = Quat(sin(xRot/2.0), 0, 0, cos(xRot/2.0)).Normalize() 
Quat myQuatZeroX = myQuat * qDiff 
관련 문제