MCPcopy Index your code
hub / github.com/microsoft/SandDance / copy

Method copy

docs/app/js/sanddance-app.js:75621–75627  ·  view source on GitHub ↗
(array)

Source from the content-addressed store, hash-verified

75619 throw new Error("not implemented");
75620 }
75621 copy(array) {
75622 this[0] = array[0];
75623 this[1] = array[1];
75624 this[2] = array[2];
75625 this[3] = Number.isFinite(array[3]) || this.order;
75626 return this.check();
75627 }
75628 set(x = 0, y = 0, z = 0, order) {
75629 this[0] = x;
75630 this[1] = y;

Callers 11

addVectorsMethod · 0.45
subVectorsMethod · 0.45
multiplyVectorsMethod · 0.45
cloneMethod · 0.45
fromMethod · 0.45
cloneMethod · 0.45
getFrustumPlanesFunction · 0.45
fromObjectFunction · 0.45
sanddance-app.jsFile · 0.45
scaleCopyFunction · 0.45
copyFunction · 0.45

Calls 1

checkMethod · 0.45

Tested by

no test coverage detected