Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ clone
Method
clone
examples/extern/gmath.bundle.js:684–686 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
682
}
683
}
684
clone() {
685
return
new
Vector2(this.x, this.y);
686
}
687
mag() {
688
return
Math.hypot(this.x, this.y);
689
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected