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

Method transformDirection

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

Source from the content-addressed store, hash-verified

72356 return this.transformAsPoint(vector, result);
72357 }
72358 transformDirection(vector, result) {
72359 return this.transformAsVector(vector, result);
72360 }
72361 makeRotationX(radians) {
72362 return this.identity().rotateX(radians);
72363 }

Callers 1

sanddance-app.jsFile · 0.45

Calls 1

transformAsVectorMethod · 0.95

Tested by

no test coverage detected