We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4197515 commit 4c479ccCopy full SHA for 4c479cc
packages/turf-ellipse/README.md
@@ -17,7 +17,6 @@ Takes a [Point][1] and calculates the ellipse polygon given two semi-axes expres
17
* `options.pivot` **[Coord][2]** point around which any rotation will be performed (optional, default `center`)
18
* `options.steps` **[number][3]** number of steps (optional, default `64`)
19
* `options.units` **[string][5]** unit of measurement for axes (optional, default `'kilometers'`)
20
- * `options.accuracy` **[number][3]** level of precision used for the repartition of points along the curve (optional, default `3`)
21
* `options.properties` **[Object][4]** properties (optional, default `{}`)
22
23
### Examples
0 commit comments