Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ normal
Method
normal
examples/extern/gmath.bundle.js:348–350 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
346
return
this.x ** 2 + this.y ** 2 + this.z ** 2;
347
}
348
normal() {
349
return
this.div(this.mag());
350
}
351
truncN(n) {
352
switch(n){
353
case 0:
Callers
1
clamp
Method · 0.95
Calls
2
div
Method · 0.95
mag
Method · 0.95
Tested by
no test coverage detected