UNPKG

node-red-contrib-tak-registration

Version:

A Node-RED node to register to TAK and to help wrap files as datapackages to send to TAK

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