jlouthan / perspective-transform

A small JavaScript library for creating and applying perspective transforms
MIT License
182 stars 29 forks source link

Homographic transform matrix (3X3) to dst points #4

Open SelaO opened 7 years ago

SelaO commented 7 years ago

I have a homographic transform matrix (3X3) and I want to transform a div from its default position according to this matrix.

Is it possible to that with this library? It looks like perspT.coeffs is a getter.