mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-30 18:00:01 +02:00
update readme
This commit is contained in:
14
README.md
14
README.md
@@ -355,10 +355,10 @@ These examples incubate dotSCAD and dotSCAD refactors these examples. See [examp
|
||||
|
||||
Signature | Description
|
||||
--|--
|
||||
**tri_circumcenter**(shape_pts) | return the circumcenter of a triangle.
|
||||
**tri_incenter**(shape_pts) | return the incenter of a triangle.
|
||||
**tri_ear_clipping**(shape_pts, ret = "TRI_INDICES", ...) | triangulation by [ear clipping](https://en.wikipedia.org/wiki/Polygon_triangulation#Ear_clipping_method).
|
||||
**tri_delaunay**(points, ret = "TRI_INDICES") | return the [Delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation) of the points.
|
||||
**tri_delaunay_indices**(d) | return triangle indices from a delaunay object.
|
||||
**tri_delaunay_shapes**(d) | return triangle shapes from a delaunay object.
|
||||
**tri_delaunay_voronoi**(d) | return [Voronoi](https://en.wikipedia.org/wiki/Voronoi_diagram) cells from a delaunay object.
|
||||
**triangle/tri_circumcenter**(shape_pts) | return the circumcenter of a triangle.
|
||||
**triangle/tri_incenter**(shape_pts) | return the incenter of a triangle.
|
||||
**triangle/tri_ear_clipping**(shape_pts, ret = "TRI_INDICES", ...) | triangulation by [ear clipping](https://en.wikipedia.org/wiki/Polygon_triangulation#Ear_clipping_method).
|
||||
**triangle/tri_delaunay**(points, ret = "TRI_INDICES") | return the [Delaunay triangulation](https://en.wikipedia.org/wiki/Delaunay_triangulation) of the points.
|
||||
**triangle/tri_delaunay_indices**(d) | return triangle indices from a delaunay object.
|
||||
**triangle/tri_delaunay_shapes**(d) | return triangle shapes from a delaunay object.
|
||||
**triangle/tri_delaunay_voronoi**(d) | return [Voronoi](https://en.wikipedia.org/wiki/Voronoi_diagram) cells from a delaunay object.
|
Reference in New Issue
Block a user