1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 12:30:33 +02:00

update doc

This commit is contained in:
Justin Lin
2021-07-09 19:08:23 +08:00
parent fccd4c73a7
commit 1ad4d38dca

View File

@@ -6,7 +6,7 @@ The `tri_incenter` function returns the incenter of a 2D triangle.
## Parameters
- `shape_pts` : the vertices of a 2D triangle.
- `shape_pts` : the vertices of a 2D or 3D triangle.
## Examples