@mlightcad/geometry-engine
Version:
The geometry-engine package provides comprehensive geometric entities, mathematical operations, and transformations for 2D and 3D space. This package mimics AutoCAD ObjectARX's AcGe (Geometry) classes and provides the mathematical foundation for CAD opera
13 lines • 419 B
JavaScript
export * from './AcGeArea2d';
export * from './AcGeShape2d';
export * from './AcGeCurve2d';
export * from './AcGeCircArc2d';
export * from './AcGeCircArc3d';
export * from './AcGeEllipseArc2d';
export * from './AcGeEllipseArc3d';
export * from './AcGePolyline2d';
export * from './AcGeLine2d';
export * from './AcGeLine3d';
export * from './AcGeLoop2d';
export * from './AcGeSpline3d';
//# sourceMappingURL=index.js.map