UNPKG

ketcher-react

Version:
4 lines (3 loc) 235 B
import { Vec2 } from 'ketcher-core'; export declare const rotatePoint: (centerPoint: Vec2, startPoint: Vec2, angle: number) => Vec2; export declare const getDifference: (currentDegree: number, structRotateDegree: number) => number;