English
Appearance
@modoki/engine / index / mul2D
mul2D(m1, m2): Mat2D
m1
m2
Mat2D
Matrix product m1 · m2 — the result applies m2 to a point FIRST, then m1 (so mul(parent, child) yields the child's parent-relative matrix).
m1 · m2
mul(parent, child)