Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ toString
Method
toString
examples/extern/gmath.bundle.js:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
return
new
Deg(this.value * (180 / Math.PI));
80
}
81
toString() {
82
return
`${this.value} rad`;
83
}
84
}
85
class
Deg extends Angle {
86
static turn = 360;
Callers
2
toMatrix4
Method · 0.45
toString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected