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

Method fromVector3

docs/app/js/sanddance-app.js:75739–75741  ·  view source on GitHub ↗
(v, order)

Source from the content-addressed store, hash-verified

75737 this[3] = checkOrder(value);
75738 }
75739 fromVector3(v, order) {
75740 return this.set(v[0], v[1], v[2], Number.isFinite(order) ? order : this[3]);
75741 }
75742 fromArray(array, offset = 0) {
75743 this[0] = array[0 + offset];
75744 this[1] = array[1 + offset];

Callers 1

constructorMethod · 0.95

Calls 1

setMethod · 0.95

Tested by

no test coverage detected