How to multiply each point with object's trans

2019-07-27 11:38发布

问题:

I want to multiply each point with transform matrix to get updated points but how to do it? Below code is on how to calculate transform matrix,

<!--fabric js -->
console.log("Matrix :"+polygon.calcTransformMatrix());