1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-31 10:11:53 +02:00

update doc

This commit is contained in:
Justin Lin
2019-06-06 13:29:29 +08:00
parent 69e6d24b08
commit 0e9710b8d4

View File

@@ -8,6 +8,7 @@ Move 2D outlines outward or inward by a given amount. Each point of the offsette
- `pts` : Points of a shape. - `pts` : Points of a shape.
- `d` : Amount to offset the shape. When negative, the shape is offset inwards. - `d` : Amount to offset the shape. When negative, the shape is offset inwards.
- `epsilon` : An upper bound on the relative error due to rounding in floating point arithmetic. Default to 0.0001. **Since:** 1.3.
## Examples ## Examples