API Reference / harmonicLongitude · function
Function: harmonicLongitude()
function harmonicLongitude(lon, n): number;
The nth-harmonic longitude of a point: lon * n, wrapped to 360.
Parameters
| Parameter | Type |
|---|---|
lon | number |
n | number |
Returns
number
function harmonicLongitude(lon, n): number;
The nth-harmonic longitude of a point: lon * n, wrapped to 360.
| Parameter | Type |
|---|---|
lon | number |
n | number |
number