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

Method transformPoint

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

Source from the content-addressed store, hash-verified

72350 return out;
72351 }
72352 transformPoint(vector, result) {
72353 return this.transformAsPoint(vector, result);
72354 }
72355 transformVector(vector, result) {
72356 return this.transformAsPoint(vector, result);
72357 }

Callers

nothing calls this directly

Calls 1

transformAsPointMethod · 0.95

Tested by

no test coverage detected