From 0e9710b8d427a5669790509f822809bb8f283c15 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Thu, 6 Jun 2019 13:29:29 +0800 Subject: [PATCH] update doc --- docs/lib-bijection_offset.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lib-bijection_offset.md b/docs/lib-bijection_offset.md index bde004ce..51fec586 100644 --- a/docs/lib-bijection_offset.md +++ b/docs/lib-bijection_offset.md @@ -8,6 +8,7 @@ Move 2D outlines outward or inward by a given amount. Each point of the offsette - `pts` : Points of a shape. - `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