()
| 71080 | ]); |
| 71081 | class Matrix3 extends (0, _matrixDefault.default) { |
| 71082 | static get IDENTITY() { |
| 71083 | return getIdentityMatrix(); |
| 71084 | } |
| 71085 | static get ZERO() { |
| 71086 | return getZeroMatrix(); |
| 71087 | } |
nothing calls this directly
no test coverage detected