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

Method ELEMENTS

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

Source from the content-addressed store, hash-verified

69096 return object;
69097 }
69098 get ELEMENTS() {
69099 return 2;
69100 }
69101 horizontalAngle() {
69102 return Math.atan2(this.y, this.x);
69103 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected