Commit graph

20 commits

Author SHA1 Message Date
Revar Desmera
19e6ec8093 Fix coords.scad regressions. 2020-03-02 21:48:54 -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
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
35bdf558e7 Removed extraneous echos()s 2019-10-29 22:43:45 -07:00
Revar Desmera
50acb3c0b0 Various bugfixes, optimizations, and docs improvements found via regressions. 2019-10-25 15:16:48 -07:00
Revar Desmera
22e6ced9f4 Fixed translate_points() and scale_points() for 2D. 2019-10-23 22:51:22 -07:00
Revar Desmera
6180771cf1 Fixed edge case orient_and_align() with 0 height. 2019-06-23 17:42:57 -07:00
Revar Desmera
5eab1be429 Fixed edge case optimization in rotate_points3d() 2019-06-21 17:04:16 -07:00
Revar Desmera
aa429aa1a1 Bugfixes for rotate_points3d 2019-06-11 19:27:04 -07:00
Revar Desmera
e6fa4f3d71 Bugfix for rotate_points3d(from,to) optimization. 2019-06-01 17:41:29 -07:00
Revar Desmera
3b0a1a3383 Added spin and anchor to various 2D shapes. 2019-05-29 16:27:35 -07:00
Revar Desmera
fb020646e9 Fixed docs typo. 2019-05-27 12:27:33 -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
59c050e19a Added point4d(), path4d(), and fill arguments for pointN() and pathN() 2019-05-26 14:25:55 -07:00
Revar Desmera
9645aef2a9 Renamed matrix[34]_* -> affine[23]d_*. 2019-05-13 23:11:55 -07:00
Revar Desmera
c79e887612 Removed per-file copyright messages in favor of the LICENSE file. 2019-05-03 12:30:20 -07:00
Revar Desmera
3a71633f7f Bugfixes for hull.scad 2019-04-30 23:45:05 -07:00
Revar Desmera
cc36235736 Updated copyright years. Split math.scad up. Enabled attach for lots of shapes. Removed backwards compatability. 2019-04-19 17:02:17 -07:00