QQuaternion四元數類

利用四元數得到旋轉矩陣web QMatrix4x4 fromQuaternion(QQuaternion &q) { QMatrix4x4 mat ; mat.setToIdentity(); float x = q.x(); float y = q.y(); float z = q.z(); float w = q.scalar(); f
相關文章
相關標籤/搜索