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

Method toObject

docs/app/js/sanddance-app.js:71003–71009  ·  view source on GitHub ↗
(object)

Source from the content-addressed store, hash-verified

71001 return this;
71002 }
71003 toObject(object) {
71004 object.x = this[0];
71005 object.y = this[1];
71006 object.z = this[2];
71007 object.w = this[3];
71008 return object;
71009 }
71010 get ELEMENTS() {
71011 return 4;
71012 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected