as3swf icon indicating copy to clipboard operation
as3swf copied to clipboard

[Bug] Matrix rotation format needs to be in radians

Open mrmalee opened this issue 12 years ago • 1 comments

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

mrmalee avatar Jan 26 '13 12:01 mrmalee

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

makc avatar Jun 30 '13 01:06 makc