@technobuddha > library > Geometry > Coordinates
Function: toPolar()
ts
function toPolar(coordinate: Cartesian, options: UnitOptions): Polar;Defined in: to-polar.ts:14
Convert cartesian coordinates to polar
Parameters
| Parameter | Type | Description |
|---|---|---|
coordinate | Cartesian | The Cartesian coordinate to convert. |
options | UnitOptions | see UnitOptions |
Returns
polar coordinated