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

Method normal

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

Source from the content-addressed store, hash-verified

524 return this.x ** 2 + this.y ** 2 + this.z ** 2 + this.w ** 2;
525 }
526 normal() {
527 return this.div(this.mag());
528 }
529 truncN(n) {
530 switch(n){
531 case 0:

Callers 1

clampMethod · 0.95

Calls 2

divMethod · 0.95
magMethod · 0.95

Tested by

no test coverage detected