MCPcopy 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}
85class Deg extends Angle {
86 static turn = 360;

Callers 2

toMatrix4Method · 0.45
toStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected