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

Method len

docs/app/js/sanddance-app.js:69154–69156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69152 this[1] = (0, _validators.checkNumber)(value);
69153 }
69154 len() {
69155 return Math.sqrt(this.lengthSquared());
69156 }
69157 magnitude() {
69158 return this.len();
69159 }

Callers 3

magnitudeMethod · 0.95
sanddance-app.jsFile · 0.45
getFrustumPlanesFunction · 0.45

Calls 1

lengthSquaredMethod · 0.95

Tested by

no test coverage detected