Package | Description |
---|---|
org.openstreetmap.josm.actions |
Provides the classes for JOSM user actions.
|
Modifier and Type | Method and Description |
---|---|
int |
CreateCircleAction.PolarNodeComparator.compare(CreateCircleAction.PolarNode pc1,
CreateCircleAction.PolarNode pc2) |
private static int[] |
CreateCircleAction.distributeNodes(CreateCircleAction.PolarNode[] angles,
int nodesCount)
Distributes nodes according to the algorithm of election with largest remainder.
|