MCPcopy
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

getColorFunction · 0.45
toRGBFunction · 0.45
Host.jsFile · 0.45
dispatchMessageFunction · 0.45
colorFunction · 0.45
alphaMethod · 0.45
_updateBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected