1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-18 06:38:14 +01:00

update doc

This commit is contained in:
Justin Lin 2019-06-30 20:30:12 +08:00
parent 8a8e28c61d
commit 681d697840
2 changed files with 0 additions and 4 deletions

View File

@ -6,8 +6,6 @@ Given two points. `px_line` returns points that can be used to draw a pixel-styl
## Parameters
The dir changed since 2.0.
- `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.

View File

@ -6,8 +6,6 @@ Given a list of points. `px_line` returns points that can be used to draw a pixe
## 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.
## Examples