mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-30 21:59:55 +02:00
Changed Wiki style links to Markdown style links, for future compatability.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user