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

Method transformVector

docs/app/js/sanddance-app.js:72355–72357  ·  view source on GitHub ↗
(vector, result)

Source from the content-addressed store, hash-verified

72353 return this.transformAsPoint(vector, result);
72354 }
72355 transformVector(vector, result) {
72356 return this.transformAsPoint(vector, result);
72357 }
72358 transformDirection(vector, result) {
72359 return this.transformAsVector(vector, result);
72360 }

Callers

nothing calls this directly

Calls 1

transformAsPointMethod · 0.95

Tested by

no test coverage detected