mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
update doc
This commit is contained in:
@@ -6,8 +6,6 @@ Given two points. `px_line` returns points that can be used to draw a pixel-styl
|
|||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
The dir changed since 2.0.
|
|
||||||
|
|
||||||
- `p1` : The start point `[x, y]` or `[x, y, z]`. x, y, z must be integer.
|
- `p1` : The start point `[x, y]` or `[x, y, z]`. x, y, z must be integer.
|
||||||
- `p2` : The end point `[x, y]` or `[x, y, z]`. x, y, z must be integer.
|
- `p2` : The end point `[x, y]` or `[x, y, z]`. x, y, z must be integer.
|
||||||
|
|
||||||
|
@@ -6,8 +6,6 @@ Given a list of points. `px_line` returns points that can be used to draw a pixe
|
|||||||
|
|
||||||
## Parameters
|
## Parameters
|
||||||
|
|
||||||
The dir changed since 2.0.
|
|
||||||
|
|
||||||
- `points` : A list of points. Each point can be `[x, y]` or `[x, y, z]`. x, y, z must be integer.
|
- `points` : A list of points. Each point can be `[x, y]` or `[x, y, z]`. x, y, z must be integer.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
Reference in New Issue
Block a user