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

Method dot

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

Source from the content-addressed store, hash-verified

700 return this.normal().mul(length);
701 }
702 dot(other) {
703 const { x , y } = this.mul(other);
704 return x + y;
705 }
706 lerp(other, alpha) {
707 return this.add(other.sub(this).mul(alpha));
708 }

Callers

nothing calls this directly

Calls 1

mulMethod · 0.95

Tested by

no test coverage detected