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

Method angle

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

Source from the content-addressed store, hash-verified

70251 this[2] = (0, _validators.checkNumber)(value);
70252 }
70253 angle(vector) {
70254 return _vec3.angle(this, vector);
70255 }
70256 cross(vector) {
70257 _vec3.cross(this, this, vector);
70258 return this.check();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected