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

Method toArray4

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

Source from the content-addressed store, hash-verified

75642 return array;
75643 }
75644 toArray4(array = [], offset = 0) {
75645 array[offset] = this[0];
75646 array[offset + 1] = this[1];
75647 array[offset + 2] = this[2];
75648 array[offset + 3] = this[3];
75649 return array;
75650 }
75651 toVector3(result = [
75652 -0,
75653 -0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected