From 9183cebe6f94afb6bf3a2994490c9ceeefcb31bd Mon Sep 17 00:00:00 2001 From: soypat Date: Tue, 31 May 2022 01:39:14 -0300 Subject: [PATCH] fix tetramesher doc --- helpers/sdfexp/basicmesh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/sdfexp/basicmesh.go b/helpers/sdfexp/basicmesh.go index 8c3c99e..a1c5646 100644 --- a/helpers/sdfexp/basicmesh.go +++ b/helpers/sdfexp/basicmesh.go @@ -7,7 +7,7 @@ import ( // UniformTetrahedronMesh assembles a volumetric tetrahedron mesh that tries its // very best to encapsulate the sdf model. For best results mesh smooth parts -// that make good use of rounding and MinFunc and MaxFunc in Union, Difference +// that make good use of rounding, MinFunc and MaxFunc in Union, Difference // and Intersect operations. func UniformTetrahedronMesh(resolution float64, s sdf.SDF3) (nodes []r3.Vec, tetras [][4]int) { bcc := makeBCCMesh(s.Bounds(), resolution)