Adrian Mariano
9f249d9cf3
fast sum for matrices too
2021-03-13 20:33:03 -05:00
github-actions
5faecd6e79
Bump release version.
2021-03-13 06:03:53 +00:00
Revar Desmera
fd8319e0f4
Merge pull request #469 from revarbat/revarbat_dev
...
Workflow apt update fix.
2021-03-12 21:59:33 -08:00
Garth Minette
fb4bc1455f
Merge branch 'revarbat_dev' of github.com:revarbat/BOSL2 into revarbat_dev
2021-03-12 21:57:16 -08:00
Garth Minette
8047ad18d4
Force 'sudo apt update' in linux workflow.
2021-03-12 21:54:56 -08:00
github-actions
2229fb4455
Bump release version.
2021-03-13 04:18:30 +00:00
Revar Desmera
9c310d9c17
Merge pull request #467 from adrianVmariano/master
...
fast_distance method for skin, regions for path_sweep & bug fixes
2021-03-12 19:51:16 -08:00
Adrian Mariano
4dc2d4cfe5
Fix bug in skin, add some complex stuff to math and tests
2021-03-12 20:36:34 -05:00
Adrian Mariano
d8f1581149
inner product version of sum
2021-03-12 19:17:03 -05:00
Adrian Mariano
f90e89c761
rewrote check_and_fix_path. Old version was broken/undef errors
...
added regions_equal (but probably not best version)
removed debug echo from roundinglscad
assert on invalid arc() radius inpu
new "fast_distance" method for skin()
tweaked skin() docs
support regions for path_sweep
2021-03-12 18:40:24 -05:00
Garth Minette
5b22e6f2d9
Added python-style zip(), zip_long(), combinations() and permutations().
2021-03-10 14:49:39 -08:00
github-actions
5cff6455b8
Bump release version.
2021-03-10 00:23:26 +00:00
Revar Desmera
3ce3dd6af6
Merge pull request #465 from adrianVmariano/master
...
more rot doc tweaks
2021-03-09 16:20:38 -08:00
Adrian Mariano
6f9ea55bc8
more rot doc tweaks
2021-03-09 16:47:26 -05:00
github-actions
3334f00b70
Bump release version.
2021-03-09 21:07:55 +00:00
Revar Desmera
0bbed4c2fb
Merge pull request #463 from revarbat/revarbat_dev
...
path_cut_seg() to path_cut() fixes.
2021-03-09 12:50:56 -08:00
Garth Minette
50bd361119
Merge branch 'revarbat_dev' of github.com:revarbat/BOSL2 into revarbat_dev
2021-03-09 12:24:04 -08:00
Revar Desmera
02878f1ecf
Merge pull request #464 from adrianVmariano/master
...
path_cut_points bug fix
2021-03-09 12:09:03 -08:00
Adrian Mariano
539d612b3c
bug fix
2021-03-09 06:39:28 -05:00
Garth Minette
4c3dcf5af1
path_cut_seg() to path_cut() fixes.
2021-03-08 23:31:39 -08:00
Revar Desmera
26eb60f2e4
Merge pull request #462 from revarbat/revarbat_dev
...
Fix rot(from=,to=,a=)...
2021-03-08 14:59:22 -08:00
Garth Minette
a3f841de7d
Fix regressions for fixed rot()
2021-03-08 14:54:16 -08:00
Garth Minette
7c14339872
Fix rot(from=,to=,a=)...
2021-03-08 14:51:23 -08:00
Revar Desmera
ea4a787398
Merge pull request #461 from adrianVmariano/master
...
fix names for path_cut_segs which is broken
2021-03-08 14:43:47 -08:00
Adrian Mariano
b90f51dbc4
doc tweaks
2021-03-08 17:08:06 -05:00
Adrian Mariano
7a14909ec0
fix names for path_cut_segs which is broken
2021-03-06 11:10:31 -05:00
github-actions
bf71dd1265
Bump release version.
2021-03-06 11:16:51 +00:00
Revar Desmera
ae8d638732
Merge pull request #460 from revarbat/revarbat_dev
...
Revarbat dev
2021-03-06 02:55:04 -08:00
Garth Minette
b2001ecadf
Removed redundant path_cut_segs()
2021-03-06 02:54:03 -08:00
github-actions
683dffae3b
Bump release version.
2021-03-06 10:52:30 +00:00
Garth Minette
532e95ae66
Merge branch 'revarbat_dev' of github.com:revarbat/BOSL2 into revarbat_dev
2021-03-06 02:45:40 -08:00
Garth Minette
5ac55f624c
Fix regressions.
2021-03-06 02:45:29 -08:00
Revar Desmera
e7e523bcf7
Merge branch 'master' into revarbat_dev
2021-03-06 02:37:00 -08:00
Revar Desmera
ba8383262a
Merge pull request #458 from adrianVmariano/master
...
doc tweaks for skin(), faster 2d hull()
2021-03-06 02:27:21 -08:00
Garth Minette
3682f7b27c
Added dashed_stroke(). path_cut() -> path_cut_points().
2021-03-06 02:26:39 -08:00
Garth Minette
1ee6e3a2e7
Added bezier polar construction functions.
2021-03-06 02:20:32 -08:00
Adrian Mariano
6a1b141d5c
hull 2d tweak
2021-03-05 20:39:15 -05:00
Adrian Mariano
f736ef98f7
same_shape bugfix (fails if b==undef)
...
check for collinear points in round_corners plus other fixes
fix path_cut to work correctly when closed==true, and change it to
fail with error when cut is too long instead of returning undef.
Add path_cut_segs.
2021-03-05 16:35:41 -05:00
Adrian Mariano
863c410404
doc tweaks for skin(), faster 2d hull()
2021-03-04 18:34:17 -05:00
github-actions
5ce8ba4728
Bump release version.
2021-03-02 08:52:29 +00:00
Revar Desmera
a0f4331eab
Merge pull request #455 from revarbat/revarbat_dev
...
Removed erronerous DefineHeader from constants.scad.
2021-03-02 00:41:45 -08:00
Garth Minette
85412c5ef2
Removed erronerous DefineHeader from constants.scad.
2021-03-02 00:40:17 -08:00
Revar Desmera
fedb736b2c
Merge pull request #454 from revarbat/revarbat_dev
...
Force relinking of docs.
2021-03-02 00:00:32 -08:00
Garth Minette
ddcb8cf0a1
Force relinking of docs.
2021-03-01 23:58:41 -08:00
Revar Desmera
bef1c3873f
Merge pull request #453 from revarbat/revarbat_dev
...
Fix link to is_homogeneous()
2021-03-01 23:26:19 -08:00
Garth Minette
f4cfd67d94
Fix link to is_homogeneous()
2021-03-01 23:20:53 -08:00
Revar Desmera
6d4a2ac4c1
Merge pull request #452 from revarbat/revarbat_dev
...
Alias homogenous() for homogeneous().
2021-03-01 23:07:02 -08:00
Garth Minette
3d86835752
Actually add homogenous() alias.
2021-03-01 23:05:32 -08:00
Garth Minette
abb9955f92
Added Alias for homogenous(),homogeneous(). Both are valid.
2021-03-01 23:04:11 -08:00
Revar Desmera
bbec722c2e
Merge pull request #451 from revarbat/revarbat_dev
...
Added Topics/SeeAlso to affine, arrays, attachments, beziers, common,…
2021-03-01 22:45:23 -08:00