polygonTangents

fun polygonTangents(point: Point, polygon: Geometry): List<Point>

Finds the tangents of a Polygon|MultiPolygon from a Point.

Parameters

point

to calculate the tangent points from

polygon

to get tangents from


fun polygonTangents(position: Position, polygon: Geometry): List<Point>

Finds the tangents of a Polygon|MultiPolygon from a Position.

Parameters

position

to calculate the tangent points from

polygon

to get tangents from