Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8113221

javafx.scene.transform.Rotate uses 2d matrix example for 3d constructor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • fx2.0
    • fx2.0
    • javafx
    • build 153

      For example, the matrix representing the returned transform of new Rotate (theta, x, y, z) is :

                    [ cos(theta) -sin(theta) 0 x-x*cos+y*sin ]
                    [ sin(theta) cos(theta) 0 y-x*sin-y*cos ]
                    [ 0 0 1 z ]
       

      note Rotate (theta, x, y, z) where z is not used in formula

            ckyang Chien Yang (Inactive)
            sgrinev Sergey Grinev (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:

                Estimated:
                Original Estimate - 1 day
                1d
                Remaining:
                Remaining Estimate - 1 day
                1d
                Logged:
                Time Spent - Not Specified
                Not Specified