To construct a quaternion to rotate an angle theta around an axis defined by unit vector v: q = cos(0.5 * theta) + v.x * sin(0.5 * theta) * i + ...
確定! 回上一頁