UNPKG

@antv/coord

Version:

Toolkit for mapping elements of sets into geometric objects.

4 lines (3 loc) 198 B
export type { Options, Vector, Transformation, Transformation3D, Matrix3, Vector2, Vector3 } from './type'; export { Coordinate } from './coordinate'; export { Coordinate3D } from './coordinate3D';