Package Exports
- triangle-homography
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (triangle-homography) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
triangle-homography
Computes the 4 x 4 transformation matrix T such that TA = B, where A, is the known triangle and B is the target triangle. A and B are both 4 x 3 matrices comprising of augmented homogeneous column vectors. A triangle generator is produced from A so that many values of B may be computed.
Example
Installation
npm install triangle-homography
Contributors
- Matt-Esch