File "Point.d.ts"

Full Path: C:/wamp64/www/INTERPRETE2/frontend/node_modules/canvg/lib/Point.d.ts
File size: 403 bytes
MIME-type: text/plain
Charset: utf-8

export default class Point {
    x: number;
    y: number;
    static parse(point: string, defaultValue?: number): Point;
    static parseScale(scale: string, defaultValue?: number): Point;
    static parsePath(path: string): Point[];
    constructor(x: number, y: number);
    angleTo(point: Point): number;
    applyTransform(transform: number[]): void;
}
//# sourceMappingURL=Point.d.ts.map