Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-47288

QRotateTransform::setAngleRad(float arg) angleDeg = (arg * M_PI) / 180.0f;

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P4: Low
    • 5.5.1
    • 5.5.0
    • Qt3D
    • None
    • a5c784f5fd86ebb588bec7e134d89e14c7167885

    Description

      angleDeg = (arg * M_PI) / 180.0f;

      should be

      angleDeg = (arg * 180.0f)/M_PI;

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lemire_p Paul Lemire
            lorenzolightsgdwarf Lorenzo Lucignano
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes