Revar Desmera
9b87420c12
Fixed bug in fmtf()
2020-03-05 02:07:35 -08:00
Revar Desmera
19ed457e38
Regressions for repeat() fixed.
2020-03-04 20:29:17 -08:00
Revar Desmera
0571425ce7
Merge pull request #133 from adrianVmariano/master
...
Added snap pins to joiners.scad
2020-03-04 20:27:21 -08:00
Adrian Mariano
fcbeadc363
renamed replist to repeat
...
fixed normalization issue in path_to_bezier
2020-03-04 23:22:39 -05:00
Revar Desmera
9c350feb11
Make square() have compatable positional parameters with built-in.
2020-03-04 20:19:21 -08:00
Adrian Mariano
a8ed6214be
Fixed bug in path_to_bezier and added example to smooth_path.
2020-03-04 22:26:23 -05:00
Adrian Mariano
51af394c24
Added force_list, path_to_bezier, smooth_path, associate_vertices,
...
improved skin and sweep error handling. Allow path_sweep to take a 2d
path.
2020-03-04 20:24:00 -05:00
Adrian Mariano
469b4cb525
Added snap pins to joiners.scad
2020-03-03 22:52:19 -05:00
Revar Desmera
ee30513644
Bugfix for rot
2020-03-03 19:17:14 -08:00
Revar Desmera
12d3a46a12
Bugfix for tube()
2020-03-02 22:13:01 -08:00
Revar Desmera
e83835403d
Removed incorrect refs to anchor, spin, orient in grid2d()
2020-03-02 21:56:56 -08:00
Revar Desmera
19e6ec8093
Fix coords.scad regressions.
2020-03-02 21:48:54 -08:00
Revar Desmera
6de4efabe4
Removed invalid files for docs gen.
2020-03-02 21:31:35 -08:00
Revar Desmera
0f78d3bdc6
Removed accidental redundant is_consistent() implementation.
2020-03-02 21:26:59 -08:00
Revar Desmera
b157b8de8d
Merge pull request #130 from adrianVmariano/master
...
added is_consistent, added error check to sum(), clarified docs to is_path, and added fast versions of path2d, path3d and path4d.
2020-03-02 21:25:54 -08:00
Revar Desmera
da7190ccbb
Added is_consistent()
2020-03-02 20:23:44 -08:00
Revar Desmera
07bfcd6a57
Renamed normalize() to unit()
2020-03-02 19:30:20 -08:00
Adrian Mariano
243dd7723e
added is_consistent, added error check to sum(), clarified docs to
...
is_path, and added fast versions of path2d, path3d and path4d.
2020-03-02 21:39:57 -05:00
Revar Desmera
af0e285781
Added is_list_of(). Improved is_path() and is_vector() tests.
2020-03-02 13:47:43 -08:00
Revar Desmera
7ea33cc724
Added asserts for regular_ngon().
2020-03-02 12:57:24 -08:00
Revar Desmera
8a29e9e86b
Fixed matrix form of rot(from,to,a)
2020-03-02 12:42:29 -08:00
Revar Desmera
c6ec9c8820
Moved path functions from geometry.scad to paths.scad
2020-03-01 16:12:51 -08:00
Revar Desmera
28114b49b5
Cleaned up code formatting in math.scad.
2020-03-01 15:42:12 -08:00
Revar Desmera
f250f30044
Merge pull request #128 from adrianVmariano/master
...
2 bug fixes
2020-03-01 14:27:31 -08:00
Revar Desmera
46b1625c1a
Merge branch 'master' into master
2020-03-01 14:20:32 -08:00
Adrian Mariano
d0e625809e
fixed last example for better view
2020-02-29 23:29:00 -05:00
Adrian Mariano
4a3ecfe9ba
Tweaked docs for reindex_polygon
2020-02-29 23:09:16 -05:00
Adrian Mariano
1e6cf426a9
changed order so linear_solve and submatrix are first.
2020-02-29 22:59:39 -05:00
Adrian Mariano
5bd2cba0ff
Added colons to "Function" doc strings
2020-02-29 22:56:24 -05:00
Adrian Mariano
ca167f6bb1
moved affine_frame_map to affine.scad
2020-02-29 22:54:33 -05:00
Revar Desmera
fd3d812f7e
More docs example image bugfixes.
2020-02-29 19:17:52 -08:00
Revar Desmera
46a322f935
Docs example image bugfixes.
2020-02-29 19:16:43 -08:00
Adrian Mariano
b029284228
2 bug fixes
2020-02-29 19:45:49 -05:00
Revar Desmera
373a119be8
Example bugfixes.
2020-02-29 15:30:55 -08:00
Revar Desmera
6651e1be42
Renamed orient_and_anchor() to attachable() and refactored arguments and internals.
2020-02-29 13:16:15 -08:00
Revar Desmera
5d1865dc77
Merge branch 'master' of github.com:revarbat/BOSL2
2020-02-28 21:45:27 -08:00
Revar Desmera
c8e5103db8
Incorrect cols arg in vnf_vertex_array() docs.
2020-02-28 21:42:22 -08:00
Revar Desmera
da4f822eca
Added split_nested_region()
2020-02-28 21:39:58 -08:00
Revar Desmera
7e0512e5f9
Bugfix for polygon_line_intersection() for failing to find intersection.
2020-02-28 21:37:16 -08:00
Revar Desmera
3c3318de63
Removed orient_and_anchor() use in distributors.
2020-02-28 21:36:10 -08:00
Revar Desmera
2f8787dac5
Added get_anchor()
2020-02-28 21:34:58 -08:00
Revar Desmera
f838e8a1e2
Bugfix for variable error in unique()
2020-02-28 21:32:57 -08:00
Revar Desmera
1cdfbd58f5
Merge pull request #124 from adrianVmariano/master
...
Adds sweep and new version of path_sweep to skin.scad, which probably needs a name change. Adds apply(), apply_list() and affine_frame_map() to affine.scad. Adds derivative calcluation to math.scad. Adds path_tangent, path_normal, path_curvature and path_torsion functions. Adds path_length_fraction(). Fixed bug in reindex_polygon where it randomly reverses a 3d path (due to clockwise check that is bogus in 3d) and put a check in polygon_is_clockwise to trap this case.
2020-02-28 21:26:21 -08:00
Adrian Mariano
629d1c00b2
Added linear_solve()
2020-02-28 17:40:52 -05:00
Adrian Mariano
f8fc8cb544
Adds sweep and new version of path_sweep to skin.scad, which probably
...
needs a name change. Adds apply(), apply_list() and
affine_frame_map() to affine.scad. Adds derivative calcluation to
math.scad. Adds path_tangent, path_normal, path_curvature and
path_torsion functions. Adds path_length_fraction().
Fixed bug in reindex_polygon where it randomly reverses a 3d path (due
to clockwise check that is bogus in 3d) and put a check in
polygon_is_clockwise to trap this case.
2020-02-27 17:32:03 -05:00
Revar Desmera
25fe326d2a
Made quaternion docs somewhat clearer.
2020-02-15 17:13:33 -08:00
Revar Desmera
fa84fffa94
Tighten down requirements for image compare in docs generation.
2020-02-15 16:53:29 -08:00
Revar Desmera
51e7f514a4
Added Qrot_copies(), enabled range for Q_Slerp(). Improved example images.
2020-02-15 16:49:02 -08:00
Revar Desmera
393f9e2639
Q_Slerp() cleanup.
2020-02-14 23:06:01 -08:00
Revar Desmera
fe5d7baa0b
Update README.md files.
2020-02-13 22:25:41 -08:00