UNPKG

@antv/util

Version:

> AntV 底层依赖的工具库,不建议在自己业务中使用。

8 lines 268 B
/** * @description 扩展方法,提供 gl-matrix 为提供的方法 **/ export { transform } from './transform'; export { angleTo } from './angle-to'; export { direction } from './direction'; export { vertical } from './vertical'; //# sourceMappingURL=index.js.map