Adrian Mariano
|
b6937b539e
|
fix doc errors
|
2021-11-06 19:29:49 -04:00 |
|
Adrian Mariano
|
4315b8c0b6
|
doc fixes
|
2021-11-06 10:42:45 -04:00 |
|
Adrian Mariano
|
924421fa22
|
is_valid_region detects vertex-edge contact
|
2021-11-05 19:31:48 -04:00 |
|
Adrian Mariano
|
379f70a6e0
|
fix is_valid_region
|
2021-11-05 00:06:00 -04: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 |
|
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 |
|
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 |
|
Garth Minette
|
ce587b9ad7
|
Added test-file mismatch warnings to func_coverage.py
|
2021-10-26 22:30:42 -07:00 |
|
Revar Desmera
|
c9dfdc5789
|
Merge pull request #711 from revarbat/revarbat_dev
Fixed {{list_to_matrix}} link.
|
2021-10-26 21:45:11 -07:00 |
|
Garth Minette
|
c9701c1a00
|
Fixed {{list_to_matrix}} link.
|
2021-10-26 21:44:38 -07:00 |
|
Revar Desmera
|
6e89be0df3
|
Merge pull request #710 from adrianVmariano/master
split off comparisons.scad
|
2021-10-26 20:46:49 -07:00 |
|
Adrian Mariano
|
817165a833
|
adjust tests
|
2021-10-26 23:26:03 -04:00 |
|
Adrian Mariano
|
2eff8ec203
|
array_group -> list_to_matrix fixes
|
2021-10-26 23:17:21 -04:00 |
|
Adrian Mariano
|
71dab62432
|
move comparison functions out of math.scad and arrays.scad into comparisons.scad
rename arrays.scad to lists.scad
|
2021-10-26 23:12:51 -04:00 |
|
Adrian Mariano
|
8cfb77cf64
|
Remove general_line_intersection kludge
|
2021-10-26 20:34:33 -04:00 |
|
Revar Desmera
|
856af42d7f
|
Merge pull request #709 from adrianVmariano/master
split off linalg.scad
|
2021-10-26 15:48:47 -07:00 |
|
Adrian Mariano
|
b60123a886
|
columns fixes
|
2021-10-26 18:30:57 -04:00 |
|
Adrian Mariano
|
a75a368dd5
|
Move linear algebra to linalg.scad
columns->column because the multiindex case is handled by submatrix
and also it never occurs in the code.
|
2021-10-26 16:45:14 -04:00 |
|
Revar Desmera
|
b66b964188
|
Merge pull request #708 from revarbat/revarbat_dev
Anchor calculation fixes. Added wedge() and make right_triangle() 2D.
|
2021-10-26 01:26:33 -07:00 |
|
Garth Minette
|
622a13952b
|
Anchor calculation fixes. Added wedge() and make right_triangle() be 2D.
|
2021-10-26 00:42:27 -07:00 |
|
Revar Desmera
|
9f5214adc0
|
Merge pull request #707 from revarbat/revarbat_dev
Added octahedron(), fixed bug in VNF extent anchoring.
|
2021-10-24 15:48:00 -07:00 |
|
Revar Desmera
|
21f28a847b
|
Merge pull request #706 from adrianVmariano/master
catch p=undef in transforms
|
2021-10-24 15:28:21 -07:00 |
|
Garth Minette
|
cbab1b9a61
|
Added octahedron(), fixed bug in VNF extent anchoring.
|
2021-10-24 15:26:27 -07:00 |
|
Adrian Mariano
|
c61a2d6fcb
|
change err msg
|
2021-10-24 10:59:05 -04:00 |
|
Adrian Mariano
|
a6de7ee975
|
detect p=undef in transformations
|
2021-10-24 10:57:17 -04:00 |
|
Revar Desmera
|
3cf00d8fd7
|
Merge pull request #705 from revarbat/revarbat_dev
More masks.scad tweaks
|
2021-10-24 02:51:06 -07:00 |
|
Garth Minette
|
3dee35127f
|
cubetruss mask fixes.
|
2021-10-24 02:29:45 -07:00 |
|
Garth Minette
|
a2b35e4993
|
More masks.scad tweaks
|
2021-10-24 02:02:32 -07:00 |
|
Revar Desmera
|
432238f293
|
Merge pull request #704 from revarbat/revarbat_dev
masks.scad reworkings.
|
2021-10-23 21:52:07 -07:00 |
|
Garth Minette
|
1b000705e3
|
masks.scad reworkings.
|
2021-10-23 20:28:40 -07:00 |
|
Revar Desmera
|
873c736202
|
Merge pull request #701 from adrianVmariano/master
centroid, anchor fix
|
2021-10-21 16:12:10 -07:00 |
|
Adrian Mariano
|
267b5cd771
|
remove extra is_vnf definition
|
2021-10-21 18:43:36 -04:00 |
|