()
| 71993 | ]); |
| 71994 | class Matrix4 extends (0, _matrixDefault.default) { |
| 71995 | static get IDENTITY() { |
| 71996 | return getIdentityMatrix(); |
| 71997 | } |
| 71998 | static get ZERO() { |
| 71999 | return getZeroMatrix(); |
| 72000 | } |
nothing calls this directly
no test coverage detected