From afd0ee52a4c8bc601af4db1146e688f2f4e94409 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 27 Mar 2020 20:06:19 +0800 Subject: [PATCH] update doc --- docs/lib2x-ptf_bend.md | 2 +- docs/lib2x-ptf_circle.md | 2 +- docs/lib2x-ptf_rotate.md | 2 ++ docs/lib2x-ptf_x_twist.md | 2 +- docs/lib2x-ptf_y_twist.md | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/lib2x-ptf_bend.md b/docs/lib2x-ptf_bend.md index ec5ac7a9..61ded82e 100644 --- a/docs/lib2x-ptf_bend.md +++ b/docs/lib2x-ptf_bend.md @@ -2,7 +2,7 @@ Transforms a point inside a rectangle to a point of an arc. -**Since:** 2.3. +**Since:** 2.3 ## Parameters diff --git a/docs/lib2x-ptf_circle.md b/docs/lib2x-ptf_circle.md index f67430cb..8d23cba1 100644 --- a/docs/lib2x-ptf_circle.md +++ b/docs/lib2x-ptf_circle.md @@ -4,7 +4,7 @@ Transform a point inside a rectangle to a point inside a circle. You can use it ![ptf_circle](images/lib2x-ptf_circle-1.JPG) -**Since:** 2.3. +**Since:** 2.3 ## Parameters diff --git a/docs/lib2x-ptf_rotate.md b/docs/lib2x-ptf_rotate.md index 0a7be09a..37097448 100644 --- a/docs/lib2x-ptf_rotate.md +++ b/docs/lib2x-ptf_rotate.md @@ -2,6 +2,8 @@ Rotates a point `a` degrees around the axis of the coordinate system or an arbitrary axis. It behaves as the built-in `rotate` module +**Since:** 2.3 + ## Parameters - `point` : A 3D point `[x, y, z]` or a 2D point `[x, y]`. diff --git a/docs/lib2x-ptf_x_twist.md b/docs/lib2x-ptf_x_twist.md index 013ffd43..b9bad24b 100644 --- a/docs/lib2x-ptf_x_twist.md +++ b/docs/lib2x-ptf_x_twist.md @@ -4,7 +4,7 @@ Twist a point along the x-axis. You can use it to create something such as a [tw ![ptf_x_twist](images/lib2x-ptf_x_twist-2.JPG) -**Since:** 2.3. +**Since:** 2.3 ## Parameters diff --git a/docs/lib2x-ptf_y_twist.md b/docs/lib2x-ptf_y_twist.md index 525e4b0b..1e327c44 100644 --- a/docs/lib2x-ptf_y_twist.md +++ b/docs/lib2x-ptf_y_twist.md @@ -4,7 +4,7 @@ Twist a point along the y-axis. You can use it to create something such as a [tw ![ptf_y_twist](images/lib2x-ptf_y_twist-2.JPG) -**Since:** 2.3. +**Since:** 2.3 ## Parameters