avocado-old/packages/math/index.js

8 lines
156 B
JavaScript
Raw Normal View History

2019-03-17 23:45:48 -05:00
// export * as Matrix from './matrix';
2019-03-19 13:49:21 -05:00
import * as Rectangle from './rectangle';
export {Rectangle};
2019-03-17 23:45:48 -05:00
import * as Vector from './vector';
export {Vector};