There's a QQuickTransform
C++ class which corresponds to the Transform
QML class. Also the QML class Rotation
derives from the Transform
QML class. So it stands to reason that there should be a QQuickRotation
C++ class as well, so I can perform type-safe operations on instances of QQuickTransform.
But I'm not finding such a class. Is it missing? Why?