Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jabbany/CommentCoreLibrary
/ translate
Method
translate
src/scripting/api/Display/Matrix.ts:102–105 ·
view source on GitHub ↗
(tX:number, tY:number)
Source
from the content-addressed store, hash-verified
100
}
101
102
public translate(tX:number, tY:number):void {
103
this._data[2] += tX;
104
this._data[5] += tY;
105
}
106
107
public rotate(q:number):void {
108
this._data = this.dotProduct([
Callers
1
createBox
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected