1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-07-31 20:10:36 +02: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 # v1.1.1
- Bugfixes - Bugfixes
- `m_rotation` returns a identity matrix if `a` is 0. - `m_rotation` returns an identity matrix if `a` is 0.
- 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.