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

Method IDENTITY

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

Source from the content-addressed store, hash-verified

71993]);
71994class Matrix4 extends (0, _matrixDefault.default) {
71995 static get IDENTITY() {
71996 return getIdentityMatrix();
71997 }
71998 static get ZERO() {
71999 return getZeroMatrix();
72000 }

Callers

nothing calls this directly

Calls 1

getIdentityMatrixFunction · 0.70

Tested by

no test coverage detected