Commit graph

2568 commits

Author SHA1 Message Date
Adrian Mariano
c98dc64d20 Merge remote-tracking branch 'upstream/master' 2021-10-20 23:39:52 -04:00
Adrian Mariano
76272d9d9a add region centroid capability and consolidate into one centroid
function for polygons, regions and VNFs.
Fix bug with anchors for linear_sweep (due to centerpoint issues)
Fix intersection anchors for vnfs when anchor vector intersects
in a path instead of a single point.
2021-10-20 22:44:55 -04:00
Revar Desmera
6f1ac73d59
Merge pull request #699 from adrianVmariano/master
vnf tweaks
2021-10-17 22:08:59 -07:00
Adrian Mariano
a7ca1b1b64 more beziers fixes 2021-10-17 21:21:53 -04:00
Adrian Mariano
80c6e0666d fix beziers to handle removal of vnf= option in vnf_vertex_array 2021-10-17 20:48:58 -04:00
Adrian Mariano
ef5e924e54 fix examples 2021-10-17 19:13:58 -04:00
Adrian Mariano
acb4ec95d4 fix tests 2021-10-17 17:50:35 -04:00
Adrian Mariano
48314f5cdb vnf doc tweaks and cleanup
remove vnf args for chaining
vnf_merge pass through if you give just one vnf
vnf_vertex_array no longer calls merge
vnf_tri_array removes degenerate faces and no longer calls merge (with cleanup)
2021-10-17 17:40:47 -04:00
Revar Desmera
584bea9e9b
Merge pull request #698 from revarbat/revarbat_dev
Added find_all(), re-did find_first() interface.  Made f_gt(), f_lt()…
2021-10-17 00:59:30 -07:00
Garth Minette
a215b2b590 Fix tests for fnliteral changes. 2021-10-17 00:35:04 -07:00
Garth Minette
f1ea2a9799 Added find_all(), re-did find_first() interface. Made f_gt(), f_lt(), f_gte(), f_lte() with one arg be the second argument. 2021-10-16 23:14:46 -07:00
Revar Desmera
dbd30ce600
Merge pull request #697 from adrianVmariano/master
mostly doc fixes
2021-10-16 22:14:20 -07:00
Adrian Mariano
f7b08f1b9d reorder functions in array.scad
list_{de,in}creasing -> is_{de,in}creasing, add strict option to both
2021-10-16 23:01:52 -04:00
Revar Desmera
d8760681a9
Merge pull request #696 from adrianVmariano/master
vnf cleanup
2021-10-15 20:52:30 -07:00
Adrian Mariano
d6576da79e reorder functions for docs 2021-10-15 23:13:30 -04:00
Adrian Mariano
2d205a2568 subarray -> columns 2021-10-15 22:39:10 -04:00
Adrian Mariano
a65315b876 fix examples 2021-10-15 16:22:36 -04:00
Adrian Mariano
544bb5883e fix align_polygon & examples 2021-10-15 16:01:01 -04:00
Adrian Mariano
315a1021df updated vnf_drop_unused_points 2021-10-15 06:07:17 -04:00
Adrian Mariano
a12a258635 rename to vnf_drop_extra_points 2021-10-14 22:54:07 -04:00
Adrian Mariano
cd85b3b1f4 change region_faces to vnf_from_region and move to vnf.scad
remove secret merge option from vnf_triangulate
add examples
add vnf_clean_unrefs
2021-10-14 22:36:21 -04:00
Revar Desmera
b1249854b4
Merge pull request #695 from adrianVmariano/master
small changes and fixes
2021-10-14 18:37:10 -07:00
Revar Desmera
e0c8015fc5
Merge pull request #694 from RonaldoCMP/master
Update geometry.scad
2021-10-14 18:36:52 -07:00
Adrian Mariano
acb65b3298 allow count to take a list as input
vnf_wireframe does not draw unreferenced vertices
some error checking
2021-10-14 18:29:52 -04:00
RonaldoCMP
2d5ce3b191 Update geometry.scad 2021-10-14 12:37:48 -03:00
RonaldoCMP
6b542191ce Update geometry.scad 2021-10-14 11:48:41 -03:00
Revar Desmera
12279bbee2
Merge pull request #693 from RonaldoCMP/master
Minor changes in triangulate code and docs,
2021-10-13 22:28:11 -07:00
RonaldoCMP
4d9a1d36ac Update geometry.scad 2021-10-13 23:31:26 -03:00
RonaldoCMP
da751e1e13 Update geometry.scad 2021-10-13 23:27:49 -03:00
RonaldoCMP
aef60324fd update geometry.scad 2021-10-13 23:16:14 -03:00
RonaldoCMP
06419a6786 Update test_geometry.scad 2021-10-13 21:52:56 -03:00
RonaldoCMP
30fc691b40 Update test_geometry.scad 2021-10-13 21:40:51 -03:00
RonaldoCMP
8cdd10fd82 Revert arrays.scad change 2021-10-13 21:30:48 -03:00
RonaldoCMP
f22d24ee15 Minor changes in triangulate code and docs, 2021-10-13 21:20:42 -03:00
Revar Desmera
320867ac7a
Merge pull request #692 from revarbat/revarbat_dev
Fixed See Also links in geometry.scad
2021-10-12 20:27:26 -07:00
Garth Minette
e89d303c52 Fixed See Also links in geometry.scad 2021-10-12 19:54:13 -07:00
Revar Desmera
59af31a531
Merge pull request #690 from adrianVmariano/master
doc tweaks
2021-10-12 19:47:05 -07:00
Revar Desmera
f0b4b831a3
Merge pull request #691 from RonaldoCMP/master
Extend triangulate functionality and correct is_polygon_convex
2021-10-12 19:42:29 -07:00
Adrian Mariano
e7cb552150 fix stroke to handle 180 deg turns 2021-10-12 22:27:29 -04:00
RonaldoCMP
1b84a3129d Extend triangulate functionality and correct is_polygon_convex 2021-10-12 21:22:02 -03:00
Adrian Mariano
c4438e2d3e add error checking and force_region on all functions 2021-10-11 23:25:37 -04:00
Adrian Mariano
b0bcdade7e doc tweaks 2021-10-11 22:57:19 -04:00
Revar Desmera
8de2283f91
Merge pull request #687 from adrianVmariano/master
region code cleanup
2021-10-11 18:36:30 -07:00
Revar Desmera
f8b5a4d296
Merge pull request #688 from RonaldoCMP/master
Update vector search functions
2021-10-11 18:35:31 -07:00
RonaldoCMP
922e2da952 search_vectors update 2021-10-11 21:47:34 -03:00
Adrian Mariano
fd36b0020e add nonzero to grid2d
clean up dead code and add docs to geometry.scad
add faster (?) code for point_on_line
2021-10-11 20:25:11 -04:00
Revar Desmera
3f62706b03
Merge pull request #686 from revarbat/revarbat_dev
Refactored all transforms to use apply() for p= processing.
2021-10-10 20:08:57 -07:00
Garth Minette
d6e24a8815 Split apply() to be more efficient. 2021-10-10 19:46:00 -07:00
Garth Minette
45daab05df Refactored all transforms to use apply() for p= processing. 2021-10-10 18:40:22 -07:00
Revar Desmera
21991c8508
Merge pull request #683 from adrianVmariano/master
region fixes and optimizations
2021-10-10 13:49:47 -07:00