MCPcopy Create free account
hub / github.com/DjDeveloperr/deno_desktop / normal

Method normal

examples/extern/gmath.bundle.js:140–143  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

138 return this.value === value;
139 }
140 normal() {
141 const rem = this.value % Deg.turn;
142 return new Deg(rem < 0 ? rem + Deg.turn : rem);
143 }
144 normalize() {
145 const rem = this.value % Deg.turn;
146 this.value = rem < 0 ? rem + Deg.turn : rem;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected