dynamsoft-javascript-barcode
Version:
Dynamsoft Barcode Reader JS is a recognition SDK which enables you to embed barcode reading functionality in your web, desktop, and mobile applications. With a few lines of JavaScript code, you can develop a robust application to scan a linear barcode, QR
8 lines • 313 B
TypeScript
declare type PointInit = {
x: number;
y: number;
};
export declare function inPolygon(points: PointInit[], x: number, y: number): boolean;
export declare function isLineSegmentCross(p1: number[], p2: number[], q1: number[], q2: number[]): boolean;
export {};
//# sourceMappingURL=geometric.d.ts.map