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

Method toArray

docs/app/js/sanddance-app.js:75638–75643  ·  view source on GitHub ↗
(array = [], offset = 0)

Source from the content-addressed store, hash-verified

75636 return validateOrder(this[3]) && Number.isFinite(this[0]) && Number.isFinite(this[1]) && Number.isFinite(this[2]);
75637 }
75638 toArray(array = [], offset = 0) {
75639 array[offset] = this[0];
75640 array[offset + 1] = this[1];
75641 array[offset + 2] = this[2];
75642 return array;
75643 }
75644 toArray4(array = [], offset = 0) {
75645 array[offset] = this[0];
75646 array[offset + 1] = this[1];

Callers 1

DirectionalLight1Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected