UNPKG

@mlightcad/libredwg-web

Version:

A DWG/DXF JavaScript parser based on libredwg

6 lines 183 B
import { DwgPoint2D } from '../../database'; export declare const rotate: (point: DwgPoint2D, angle: number) => { x: number; y: number; }; //# sourceMappingURL=rotate.d.ts.map