export { Matrix3 } from './Matrix3'; export { mat3CreateNormalMatrix } from './mat3CreateNormalMatrix'; export { mat3Determinant } from './mat3Determinant'; export { mat3FromMat4 } from './mat3FromMat4'; export { mat3FromMat4Transpose } from './mat3FromMat4Transpose'; export { mat3FromQuaternion } from './mat3FromQuaternion'; export { mat3Inverse } from './mat3Inverse'; export { mat3Multiply } from './mat3Multiply'; export { mat3Transpose } from './mat3Transpose'; export type { RawMatrix3 } from './RawMatrix3';