Changed Wiki style links to Markdown style links, for future compatability.

This commit is contained in:
Revar Desmera
2023-05-04 21:15:31 -07:00
parent bbb47465ae
commit 0305c5bcf9
4 changed files with 29 additions and 29 deletions

View File

@@ -1424,9 +1424,9 @@ function polygon_area(poly, signed=false) =
// If you provide a non-planar or collinear polygon you will get an error. For self-intersecting
// polygons you may get an error or you may get meaningless results.
// .
// Given a [[region|regions.scad]], returns the 2D coordinates of the region's centroid.
// Given a [region](regions.scad), returns the 2D coordinates of the region's centroid.
// .
// Given a manifold [[VNF|vnf.scad]] then returns the 3D centroid of the polyhedron. The VNF must
// Given a manifold [VNF](vnf.scad) then returns the 3D centroid of the polyhedron. The VNF must
// describe a valid polyhedron with consistent face direction and no holes in the mesh; otherwise
// the results are undefined.
// Arguments: