MCPcopy Index your code
hub / github.com/jabbany/CommentCoreLibrary / createBox

Method createBox

src/scripting/api/Display/Matrix.ts:131–136  ·  view source on GitHub ↗
(sX:number, sY:number, q:number, tX:number, tY:number)

Source from the content-addressed store, hash-verified

129 }
130
131 public createBox(sX:number, sY:number, q:number, tX:number, tY:number):void {
132 this.identity();
133 this.rotate(q);
134 this.scale(sX, sY);
135 this.translate(tX, tY);
136 }
137
138 public clone():Matrix {
139 var a:number = this._data[0],

Callers 2

createGradientBoxMethod · 0.95
boxMethod · 0.80

Calls 4

identityMethod · 0.95
rotateMethod · 0.95
scaleMethod · 0.95
translateMethod · 0.95

Tested by

no test coverage detected