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

Method identity

src/scripting/api/Display/Matrix.ts:123–125  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 3

createBoxMethod · 0.95
isIdentityMethod · 0.45
box3dMethod · 0.45

Calls 1

setToMethod · 0.95

Tested by

no test coverage detected