mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 04:38:14 +00:00
⚡ Add missing type hints on Matrix multiply function.
This commit is contained in:
parent
914b41fcd4
commit
e5885e83eb
@ -36,7 +36,7 @@
|
||||
(apply matrix params)))
|
||||
|
||||
(defn multiply
|
||||
([m1 m2]
|
||||
([^Matrix m1 ^Matrix m2]
|
||||
(let [m1a (.-a m1)
|
||||
m1b (.-b m1)
|
||||
m1c (.-c m1)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user