File: src/math/mat2.js
/** * The mat2 object from glMatrix, extended with the functions documented here. See http://glmatrix.net for full doc. * @class mat2 */ // Only import mat2 from gl-matrix and skip the rest var mat2 = require('../../node_modules/gl-matrix/src/gl-matrix/mat2').mat2; // Export everything module.exports = mat2;