1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-16 21:58:26 +01:00
This commit is contained in:
Justin Lin 2019-05-13 08:44:54 +08:00
parent e13abc57ce
commit 49be3b9b9f

View File

@ -1,6 +1,6 @@
# v1.1.1
- Bugfixes
- `m_rotation` returns a identity matrix if `a` is 0.
- `m_rotation` returns an identity matrix if `a` is 0.
- Others
- OpenSCAD has built-in matrix multiplication so `m_multiply` is not necessary.