Hi! I have a QQuaternion <https://doc.qt.io/qt-5/qquaternion.html> like:
QQuaternion(scalar:0.707107, vector:(0, 0, 0.707107)) I want to add this extra rotation to my quaternion: Rotation around point QVector3D(34.5, -40, 7.16294) in XY plane by 180° I don't know how to convert my extra rotation to quaternion and add it to my previous quaternion. Can anybody help? Thanks!
_______________________________________________ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest