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

Method fromRotationMatrix

docs/app/js/sanddance-app.js:75752–75755  ·  view source on GitHub ↗
(m, order = Euler.DefaultOrder)

Source from the content-addressed store, hash-verified

75750 return this.set(roll, pitch, yaw, RotationOrder.ZYX);
75751 }
75752 fromRotationMatrix(m, order = Euler.DefaultOrder) {
75753 this._fromRotationMatrix(m, order);
75754 return this.check();
75755 }
75756 getRotationMatrix(m) {
75757 return this._getRotationMatrix(m);
75758 }

Callers

nothing calls this directly

Calls 2

_fromRotationMatrixMethod · 0.95
checkMethod · 0.45

Tested by

no test coverage detected