UNPKG

235 BTypeScriptView Raw
1/**
2 * @description 扩展方法,提供 gl-matrix 为提供的方法
3 **/
4export { transform } from './transform';
5export { angleTo } from './angle-to';
6export { direction } from './direction';
7export { vertical } from './vertical';