1.0.4 • Published 6 months ago

@types/robust-point-in-polygon v1.0.4

Weekly downloads
5,376
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/robust-point-in-polygon

Summary

This package contains type definitions for robust-point-in-polygon (https://github.com/mikolalysenko/robust-point-in-polygon).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/robust-point-in-polygon.

index.d.ts

// Type definitions for robust-point-in-polygon 1.0
// Project: https://github.com/mikolalysenko/robust-point-in-polygon
// Definitions by: DefinitelyTyped <https://github.com/DefinitelyTyped>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

type Point = [number, number];

declare function robustPointInPolygon(vs: Point[], point: Point): -1 | 0 | 1;
export = robustPointInPolygon;

Additional Details

  • Last updated: Thu, 23 Dec 2021 23:35:46 GMT
  • Dependencies: none
  • Global values: none

Credits

These definitions were written by DefinitelyTyped.

1.0.4

6 months ago

1.0.3

7 months ago

1.0.2

2 years ago

1.0.1

4 years ago

1.0.0

5 years ago