Commit graph

36 commits

Author SHA1 Message Date
Adrian Mariano
6de156528b doc fixes 2021-10-21 00:01:28 -04:00
Adrian Mariano
9bb22dc7c5 doc tweaks 2021-10-07 21:31:58 -04:00
Adrian Mariano
935a113fcf Examples fix
merge primitives stuff into shapes*.scad
move text commands to shapes3d.scad
rename common.scad
2021-09-16 21:50:12 -04:00
Adrian Mariano
d78eb5213e Add "is" to geometry.scad predicates 2021-09-15 19:01:34 -04:00
Adrian Mariano
2a2458577b fix tests, rename in_front_of_plane to above_plane 2021-09-10 18:16:42 -04:00
RonaldoCMP
cb5cd93f25 cleaning 2021-06-22 04:12:14 +01:00
RonaldoCMP
60ad2839d0 Cosmetic 2021-06-04 13:09:47 +01:00
RonaldoCMP
6793563aec Allows a tolerance in the computation of plane equations 2021-06-04 13:07:01 +01:00
RonaldoCMP
6647c9e0b3 Speeding up of hull3d 2021-06-04 00:57:50 +01:00
Revar Desmera
7f837a05ec
Merge pull request #525 from RonaldoCMP/master
Fix small bug in hull3d_faces
2021-05-05 21:35:10 -07:00
RonaldoCMP
7822a2b2a3 Fix of the new version of hull2d_path 2021-05-06 00:33:39 +01:00
RonaldoCMP
8a2651cf3f Add an option to hull2d_path 2021-05-05 23:41:02 +01:00
RonaldoCMP
b8dee94e00 Fix small bug in hull3d_faces 2021-05-05 22:02:07 +01:00
Adrian Mariano
493ef62826 normalized project_plane and lift_plane to match other transform
functions.
2021-04-21 22:49:06 -04:00
Garth Minette
8bd3ef8a74 Removed range(), rangex(). Added count(). 2021-04-07 20:57:45 -07:00
Garth Minette
0b17bf5930 Brought slice() in line with select() indexing, without wrapping. Replaced a lot of select() and slice() calls with last(), list_head(), and list_tail() calls. 2021-03-30 00:46:59 -07:00
Adrian Mariano
6a1b141d5c hull 2d tweak 2021-03-05 20:39:15 -05:00
Adrian Mariano
863c410404 doc tweaks for skin(), faster 2d hull() 2021-03-04 18:34:17 -05:00
Garth Minette
f9aa81e178 Improved docs gen script for Returns:, Custom:, Includes:, Topics:, and positional/named args spits. 2021-01-05 01:20:01 -08:00
Adrian Mariano
a495528398 Fixed bugs in hull_points, added seeds to tests, added seed parm to shuffle() 2020-12-22 18:15:25 -05:00
Adrian Mariano
f2bb9bcb4b Added vnf_wireframe, tweaked reverse error message, 2020-12-19 11:48:05 -05:00
RonaldoCMP
b4e26c035c Changes to noncollinear_triple 2020-08-16 23:34:31 +01:00
Adrian Mariano
7b5c2456ce change hull to use find_noncollinear_points, add some error checks,
add regression tests
2020-07-28 17:54:57 -04:00
Revar Desmera
53c1e25395 Standardize indention on spaces, not tabs. 2020-05-29 19:04:34 -07:00
Revar Desmera
971c1e795f Renamed place_copies() to move_copies() 2020-03-24 18:31:22 -07:00
Revar Desmera
b8e5171e3d Bugfix in hull() due to change in first_noncollinear() 2020-03-21 15:16:31 -07:00
Revar Desmera
2b95e67cda Removed extra arg from call in hull.scad 2019-11-17 18:15:57 -08:00
Revar Desmera
be6575b5fd _find_first_noncollinear() -> first_noncollinear() 2019-08-19 21:15:19 -07:00
Revar Desmera
9f0d55f5b3 triangle_area2d() -> triangle_area(). Added polygon_area() 2019-07-10 13:37:23 -07:00
Revar Desmera
df83724d6e Renamed planar coords transforms. 2019-05-27 12:25:13 -07:00
Revar Desmera
f378b70151 Added in range step of 1 to avoid errors. 2019-05-26 22:34:46 -07:00
Revar Desmera
fbc5f3b119 Reformatted hull docs. 2019-05-05 21:37:36 -07:00
Revar Desmera
3e0d2e4961 Fixed example image for 3D hull 2019-05-01 00:09:04 -07:00
Revar Desmera
66b82fc287 Fixed hull_points() for 2D 2019-05-01 00:07:55 -07:00
Revar Desmera
3a71633f7f Bugfixes for hull.scad 2019-04-30 23:45:05 -07:00
Revar Desmera
b1408da342 Renamed convex_hull stuff. 2019-04-24 03:31:42 -07:00
Renamed from convex_hull.scad (Browse further)