1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-14 18:54:41 +02:00

update RELEASE

This commit is contained in:
Justin Lin
2019-05-13 09:55:25 +08:00
parent f33d6c5671
commit 665fb09864

View File

@@ -1,6 +1,8 @@
# v1.1.1 # v1.1.1
- Bugfixes - Bugfixes
- `m_rotation` returns an identity matrix if `a` is 0. - `m_rotation` returns an identity matrix if `a` is 0.
- The `path_pts` parameter of `path_extrude` accepts two or three points.
- The `points` parameter of `along_with` accepts two or three points.
- Others - Others
- OpenSCAD has built-in matrix multiplication so `m_multiply` is not necessary. - OpenSCAD has built-in matrix multiplication so `m_multiply` is not necessary.