UNPKG

@mathigon/euclid

Version:

Euclidean geometry classes and tools for JavaScript

21 lines (18 loc) 640 B
// ============================================================================= // Euclid.ts Index // (c) Mathigon // ============================================================================= 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';