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

Method dot

examples/extern/gmath.bundle.js:547–550  ·  view source on GitHub ↗
(other)

Source from the content-addressed store, hash-verified

545 return this.normal().mul(length);
546 }
547 dot(other) {
548 const { x , y , z , w: w3 } = this.mul(other);
549 return x + y + z + w3;
550 }
551 lerp(other, alpha) {
552 return this.add(other.sub(this).mul(alpha));
553 }

Callers

nothing calls this directly

Calls 1

mulMethod · 0.95

Tested by

no test coverage detected