计算多边形边缘的相切向量(polygonTangents)
js
npm install @turf/polygon-tangents
从一个点到(Multi)Polygon
的切线
Finds the tangents of a (Multi)Polygon from a Point.
参数
参数 | 类型 | 描述 |
---|---|---|
pt | Coord | 从中计算切点 |
polygon | Feature <(Polygon/MultiPolygon)> | 得到切线 |
返回(Returns)
Feature <Point>
- 包含两个相切线点Feature
集合
示例