Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/jabbany/CommentCoreLibrary
/ toString
Method
toString
src/scripting/api/Display/Matrix.ts:63–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
61
}
62
63
public toString():string {
64
return
'(x='
+ this.x +
', y='
+ this.y +
')'
;
65
}
66
67
public clone():Point {
68
return
new
Point(this.x, this.y);
Callers
7
getColor
Function · 0.45
toRGB
Function · 0.45
Host.js
File · 0.45
dispatchMessage
Function · 0.45
color
Function · 0.45
alpha
Method · 0.45
_updateBox
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected