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

Method getRotationMatrix

docs/app/js/sanddance-app.js:75756–75758  ·  view source on GitHub ↗
(m)

Source from the content-addressed store, hash-verified

75754 return this.check();
75755 }
75756 getRotationMatrix(m) {
75757 return this._getRotationMatrix(m);
75758 }
75759 getQuaternion() {
75760 const q = new (0, _quaternionDefault.default)();
75761 switch(this[4]){

Callers

nothing calls this directly

Calls 1

_getRotationMatrixMethod · 0.95

Tested by

no test coverage detected