mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-28 17:00:00 +02:00
update doc
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Transforms a point inside a rectangle to a point of an arc.
|
Transforms a point inside a rectangle to a point of an arc.
|
||||||
|
|
||||||
**Since:** 2.3.
|
**Since:** 2.3
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ Transform a point inside a rectangle to a point inside a circle. You can use it
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Since:** 2.3.
|
**Since:** 2.3
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
@@ -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
|
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
|
## Parameters
|
||||||
|
|
||||||
- `point` : A 3D point `[x, y, z]` or a 2D point `[x, y]`.
|
- `point` : A 3D point `[x, y, z]` or a 2D point `[x, y]`.
|
||||||
|
@@ -4,7 +4,7 @@ Twist a point along the x-axis. You can use it to create something such as a [tw
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Since:** 2.3.
|
**Since:** 2.3
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
@@ -4,7 +4,7 @@ Twist a point along the y-axis. You can use it to create something such as a [tw
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
**Since:** 2.3.
|
**Since:** 2.3
|
||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user