UNPKG

@mathigon/euclid

Version:

Euclidean geometry classes and tools for JavaScript

15 lines (14 loc) 443 B
export * from './angle'; export * from './arc'; export * from './bounds'; export * from './circle'; export * from './draw-canvas'; export * from './draw-svg'; export * from './ellipse'; export * from './intersection'; export * from './line'; export * from './point'; export * from './polygon'; export * from './rectangle'; export * from './types'; export { GeoElement, GeoShape, rad, SimplePoint, TransformMatrix, TWO_PI } from './utilities';