MCPcopy Create free account
hub / github.com/microsoft/SandDance / distanceTo

Method distanceTo

docs/app/js/sanddance-app.js:69200–69202  ·  view source on GitHub ↗
(vector)

Source from the content-addressed store, hash-verified

69198 return this.lengthSquared();
69199 }
69200 distanceTo(vector) {
69201 return this.distance(vector);
69202 }
69203 distanceToSquared(vector) {
69204 return this.distanceSquared(vector);
69205 }

Callers

nothing calls this directly

Calls 1

distanceMethod · 0.95

Tested by

no test coverage detected