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

Method IDENTITY

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

Source from the content-addressed store, hash-verified

71080]);
71081class Matrix3 extends (0, _matrixDefault.default) {
71082 static get IDENTITY() {
71083 return getIdentityMatrix();
71084 }
71085 static get ZERO() {
71086 return getZeroMatrix();
71087 }

Callers

nothing calls this directly

Calls 1

getIdentityMatrixFunction · 0.70

Tested by

no test coverage detected