Skip to content
This repository has been archived by the owner on May 15, 2022. It is now read-only.

[Bug] Matrix rotation format needs to be in radians #26

Open
mrmalee opened this issue Jan 26, 2013 · 1 comment
Open

[Bug] Matrix rotation format needs to be in radians #26

mrmalee opened this issue Jan 26, 2013 · 1 comment

Comments

@mrmalee
Copy link

mrmalee commented Jan 26, 2013

When generating a matrix from Matrix.createBox the rotation value needs to be in radians

in SWFShape line 408:
matrix.createBox(m.xscale / 20, m.yscale / 20, m.rotation, m.translateX / 20, m.translateY / 20);

the value is defined in degree's

@makc
Copy link
Contributor

makc commented Jun 30, 2013

dumb github won't let me watch the thread unless I participate (

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants