Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ angle
Method
angle
examples/extern/gmath.bundle.js:696–698 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
694
return
this.div(this.mag());
695
}
696
angle() {
697
return
new
Rad(Math.atan2(this.y, this.x));
698
}
699
clamp(length) {
700
return
this.normal().mul(length);
701
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected