Files
turftracker/frontend/node_modules/@turf/planepoint/index.d.ts
2026-04-09 13:19:47 -05:00

10 lines
206 B
TypeScript

import { Feature, Coord, Polygon } from "@turf/helpers";
/**
* http://turfjs.org/docs/#planepoint
*/
export default function planepoint(
point: Coord,
triangle: Feature<Polygon> | Polygon
): number;