()
| 121 | } |
| 122 | |
| 123 | public identity():void { |
| 124 | this.setTo(1, 0, 0, 1, 0, 0); |
| 125 | } |
| 126 | |
| 127 | public createGradientBox(width:number, height:number, rotation:number, tX:number, tY:number):void { |
| 128 | this.createBox(width, height, rotation, tX, tY); |
no test coverage detected