From 6ceefe9215018f9a599897ed75dc39222e8a8858 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Wed, 25 Mar 2020 08:27:33 +0800 Subject: [PATCH] ptf_xxx are base functions --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 53058670..e92c3eb3 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,16 @@ See [examples](examples). - [matrix/m_mirror](https://openhome.cc/eGossip/OpenSCAD/lib2x-m_mirror.html) - [matrix/m_shearing](https://openhome.cc/eGossip/OpenSCAD/lib2x-m_shearing.html) +- Point Transformation (2.3 Preview) + - ptf/ptf_rotate + - ptf/ptf_x_twist + - ptf/ptf_y_twist + - ptf/ptf_circle + - ptf/ptf_bend + - ptf/ptf_ring + - ptf/ptf_sphere + - ptf/ptf_torus + ---- - Turtle @@ -167,16 +177,6 @@ See [examples](examples). - [part/connector_peg](https://openhome.cc/eGossip/OpenSCAD/lib2x-connector_peg.html) - [part/cone](https://openhome.cc/eGossip/OpenSCAD/lib2x-cone.html) - [part/joint_T](https://openhome.cc/eGossip/OpenSCAD/lib2-joint_T.html) - -- Point Transformation (2.3 Preview) - - ptf/ptf_rotate - - ptf/ptf_x_twist - - ptf/ptf_y_twist - - ptf/ptf_circle - - ptf/ptf_bend - - ptf/ptf_ring - - ptf/ptf_sphere - - ptf/ptf_torus ## Bugs and Feedback