star-cad

Geometric operators for computer-aided design
git clone git://git.meso-star.fr/star-cad.git
Log | Files | Refs | README | LICENSE

commit 8b91856d961532dc43bfab31e0832ec0074a2465
parent 4a3ae9f33326829ae5e52efb1eb0f275a58b9b63
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date:   Fri,  2 Sep 2022 18:18:30 +0200

Improve API comment

Diffstat:
Msrc/scad.h | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/scad.h b/src/scad.h @@ -232,8 +232,9 @@ scad_geometries_partition struct scad_geometry** out_geometry); /* Compute the boolean fragments (general fuse) resulting from the - * intersection of the geometry `geometries[not_tool_index]' and the other - * geometries in `geometries' used as tools, making all interfaces conformal. + * intersection of the single geometry `geometries[not_tool_index]' and the + * other geometries in `geometries' used as tools, making all interfaces + * conformal. * This function may be best suited than scad_geometries_partition when used * from a loop. * When applied to geometries of different dimensions, the lower dimensional