mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +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)))
|
(apply matrix params)))
|
||||||
|
|
||||||
(defn multiply
|
(defn multiply
|
||||||
([m1 m2]
|
([^Matrix m1 ^Matrix m2]
|
||||||
(let [m1a (.-a m1)
|
(let [m1a (.-a m1)
|
||||||
m1b (.-b m1)
|
m1b (.-b m1)
|
||||||
m1c (.-c m1)
|
m1c (.-c m1)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user