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

Method determinant

docs/app/js/sanddance-app.js:71152–71154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71150 return this.check();
71151 }
71152 determinant() {
71153 return _mat3.determinant(this);
71154 }
71155 transpose() {
71156 _mat3.transpose(this, this);
71157 return this.check();

Callers 1

determinantMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected