Commit graph

2650 commits

Author SHA1 Message Date
Adrian Mariano
8d1b8ac302 fix tests 2021-11-10 18:35:13 -05:00
Adrian Mariano
2a3a22ade7 hide contents of edges.scad
edges.scad holds new 4 section docs for how to specify cube parts
2021-11-10 16:34:10 -05:00
Adrian Mariano
a81b6c6931 misc tweaks 2021-11-09 22:27:55 -05:00
Revar Desmera
22847597b1
Merge pull request #723 from revarbat/revarbat_dev
Fixes for extrude_path2d()
2021-11-07 16:39:58 -08:00
Garth Minette
e5b657a6f4 Fixes for extrude_path2d() 2021-11-07 14:53:53 -08:00
Revar Desmera
3225eda155
Merge pull request #722 from adrianVmariano/master
region.scad doc fixes
2021-11-07 14:38:41 -08:00
Adrian Mariano
97be7c3cd8 doc fixes 2021-11-06 20:26:08 -04:00
Adrian Mariano
640bd8a4c7 Merge branch 'master' of https://github.com/adrianVmariano/BOSL2 2021-11-06 19:32:29 -04:00
Adrian Mariano
b6937b539e fix doc errors 2021-11-06 19:29:49 -04:00
Revar Desmera
41b7c210e8
Merge branch 'master' into master 2021-11-06 15:19:01 -07:00
Adrian Mariano
4315b8c0b6 doc fixes 2021-11-06 10:42:45 -04:00
Revar Desmera
92e84d0dc1
Merge pull request #721 from adrianVmariano/master
is_valid_region fix
2021-11-05 17:20:35 -07:00
Adrian Mariano
924421fa22 is_valid_region detects vertex-edge contact 2021-11-05 19:31:48 -04:00
Revar Desmera
0b10c7309d
Merge pull request #718 from revarbat/revarbat_dev
Speed optimizations for approx()
2021-11-04 21:39:17 -07:00
Revar Desmera
4fde5e358a
Merge pull request #720 from adrianVmariano/master
fix bug in is_valid_region (some invalid regions weren't identified)
2021-11-04 21:39:02 -07:00
Garth Minette
2b7d0d935d Fixes for approx() with mixed types. 2021-11-04 21:13:50 -07:00
Adrian Mariano
379f70a6e0 fix is_valid_region 2021-11-05 00:06:00 -04:00
Revar Desmera
7cfd57ec6f
Merge pull request #717 from RonaldoCMP/master
Corrections in _cleave_connected_region and polygon_triangulate and ...
2021-11-04 20:09:35 -07:00
RonaldoCMP
abab41a2db Doc update of polygon_triangulate 2021-11-04 19:27:14 +00:00
RonaldoCMP
e60f5fd932 Update paths.scad 2021-11-04 12:12:05 +00:00
RonaldoCMP
6bd1dd918f Correction in _cleave_connected_region and polygon_triangulate and some few tweaks 2021-11-04 12:09:29 +00:00
RonaldoCMP
10604cd20b Merge remote-tracking branch 'upstream/master' 2021-11-04 10:56:17 +00:00
RonaldoCMP
36968a463b Revert "Corrections in _cleave_connected_region and polygon_triangulate and some minor tweaks,"
This reverts commit 8c4022fa3c.
2021-11-04 07:56:34 +00:00
Revar Desmera
14403e869c
Merge pull request #719 from adrianVmariano/master
valid region fix, pair/triplet degenerate cases
2021-11-03 20:39:59 -07:00
Adrian Mariano
fe0586180e renamed is_region_simple to is_valid_region and fixed bugs and added examples
fixed bugs in pair and triplet and added degenerate test cases
2021-11-03 22:30:01 -04:00
Garth Minette
7ed34f592a Speed optimizations for approx() 2021-11-03 18:52:51 -07:00
RonaldoCMP
8c4022fa3c Corrections in _cleave_connected_region and polygon_triangulate and some minor tweaks, 2021-11-03 20:57:35 +00:00
Revar Desmera
649953c3fb
Merge pull request #715 from adrianVmariano/master
Add 1-region, make all* functions non-recursive
2021-11-01 15:37:51 -07:00
Revar Desmera
39a79cac26
Merge pull request #716 from RonaldoCMP/master
Correct bugs in polygon_triangulation() and _cleave_connected_region()
2021-11-01 15:25:21 -07:00
Adrian Mariano
530f3b3449 triplet fix 2021-11-01 18:14:31 -04:00
Adrian Mariano
7bac9a484d point_in_polygon optimization 2021-11-01 17:34:18 -04:00
RonaldoCMP
c5da41ed8c Correct bugs in polygon_triangulation and _cleave_connected_region( 2021-11-01 04:42:02 +00:00
Adrian Mariano
3a367c3faf add path.scad tests, shift tests to correct files
path_extrude2d bugfix
2021-10-31 15:35:45 -04:00
Adrian Mariano
662f6c458d further fixes to path_extrude2d 2021-10-31 00:54:00 -04:00
Adrian Mariano
5934705dcd further extrude2d fixes 2021-10-31 00:36:51 -04:00
Adrian Mariano
12b8e7438c fix path_extrude2d bug 2021-10-30 23:15:59 -04:00
Adrian Mariano
f72d89fae7 doc fix 2021-10-30 18:34:42 -04:00
Adrian Mariano
5153cb20da doc tweak 2021-10-30 18:07:43 -04:00
Adrian Mariano
b202f8526b doc tweak 2021-10-30 17:51:32 -04:00
Adrian Mariano
934b3c7b04 make all_zero, etc, non-recursive, just work on vectors 2021-10-30 17:47:17 -04:00
Adrian Mariano
14804421b7 Fix docs for path functions with 1-regions, change is_path_region to is_1region 2021-10-30 11:59:59 -04:00
Revar Desmera
94033a0bfd
Merge pull request #714 from revarbat/revarbat_dev
Added asserts for attachment vectors.
2021-10-29 23:35:49 -07:00
Revar Desmera
49be01970a
Merge pull request #713 from adrianVmariano/master
list_remove fix
2021-10-29 23:17:35 -07:00
Garth Minette
b71d6619be Added asserts for attachment vectors. 2021-10-29 23:13:26 -07:00
Adrian Mariano
052200433b Make most path functions accept singleton regions
Replace check_and_fix_path with force_path
2021-10-29 19:29:51 -04:00
Adrian Mariano
9cf991bb29 doc tweak 2021-10-28 21:07:41 -04:00
Adrian Mariano
ea0ec79790 list_remove_values, in_list bugfixes
remove quantization from region booleans (bugfix)
2021-10-28 20:23:16 -04:00
Adrian Mariano
e7d07da426 Merge remote-tracking branch 'upstream/master' 2021-10-28 16:51:59 -04:00
Adrian Mariano
024011ea5e list_remove fix
rename array_dim to list_shape
2021-10-27 20:21:12 -04:00
Revar Desmera
0d06429d3d
Merge pull request #712 from revarbat/revarbat_dev
Added test-file mismatch warnings to func_coverage.py
2021-10-26 22:31:18 -07:00