2019-05-13 08:41:50 +08:00
|
|
|
# v1.1.1
|
|
|
|
- Bugfixes
|
2019-05-13 08:44:54 +08:00
|
|
|
- `m_rotation` returns an identity matrix if `a` is 0.
|
2019-05-13 09:55:25 +08:00
|
|
|
- The `path_pts` parameter of `path_extrude` accepts two or three points.
|
|
|
|
- The `points` parameter of `along_with` accepts two or three points.
|
2019-05-13 08:41:50 +08:00
|
|
|
|
|
|
|
- Others
|
|
|
|
- OpenSCAD has built-in matrix multiplication so `m_multiply` is not necessary.
|
|
|
|
|
2019-05-04 20:59:36 +08:00
|
|
|
# v1.1
|
|
|
|
- New matrix functions:
|
|
|
|
- [m_multiply](https://openhome.cc/eGossip/OpenSCAD/lib-m_multiply.html)
|
|
|
|
- [m_cumulate](https://openhome.cc/eGossip/OpenSCAD/lib-m_cumulate.html)
|
|
|
|
- [m_translation](https://openhome.cc/eGossip/OpenSCAD/lib-m_translation.html)
|
|
|
|
- [m_rotation](https://openhome.cc/eGossip/OpenSCAD/lib-m_rotation.html)
|
|
|
|
- [m_scaling](https://openhome.cc/eGossip/OpenSCAD/lib-m_scaling.html)
|
|
|
|
- [m_mirror](https://openhome.cc/eGossip/OpenSCAD/lib-m_mirror.html)
|
|
|
|
- [m_shearing](https://openhome.cc/eGossip/OpenSCAD/lib-m_shearing.html)
|
|
|
|
|
2019-05-04 21:23:00 +08:00
|
|
|
- New modules:
|
|
|
|
- [shear](https://openhome.cc/eGossip/OpenSCAD/lib-shear.html)
|
2019-05-04 20:59:36 +08:00
|
|
|
|
|
|
|
- New Parameters:
|
|
|
|
- added `v` parameter to [rotate_p](https://openhome.cc/eGossip/OpenSCAD/lib-rotate_p.html)
|
|
|
|
|
|
|
|
|
|
|
|
- Improved Performance:
|
|
|
|
- [path_extrude](https://openhome.cc/eGossip/OpenSCAD/lib-path_extrude.html)
|
|
|
|
- [align_with](https://openhome.cc/eGossip/OpenSCAD/lib-along_with.html)
|
|
|
|
|
2019-04-29 15:42:12 +08:00
|
|
|
# v1.0.1
|
|
|
|
- Fixed `path_extrude` crossing problem. See [issue 3](https://github.com/JustinSDK/dotSCAD/issues/3).
|
|
|
|
- Fixed `along_with` crossing problems (similar to `path_extrude`.)
|
|
|
|
|
|
|
|
# v1.0
|
|
|
|
- First release.
|