1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00

update RELEASE

This commit is contained in:
Justin Lin
2019-05-13 08:41:50 +08:00
parent 6fbe42ba8f
commit e13abc57ce

View File

@@ -1,3 +1,10 @@
# v1.1.1
- Bugfixes
- `m_rotation` returns a identity matrix if `a` is 0.
- Others
- OpenSCAD has built-in matrix multiplication so `m_multiply` is not necessary.
# v1.1 # v1.1
- New matrix functions: - New matrix functions:
- [m_multiply](https://openhome.cc/eGossip/OpenSCAD/lib-m_multiply.html) - [m_multiply](https://openhome.cc/eGossip/OpenSCAD/lib-m_multiply.html)