demos: Add quad2quad program
authorSøren Sandmann Pedersen <ssp@redhat.com>
Wed, 12 Oct 2011 08:48:33 +0000 (04:48 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Sat, 24 Mar 2012 20:29:27 +0000 (16:29 -0400)
commit41863fbabb6dd08871aed47beba5d08ae2ae3cf6
tree91ad9144add216cef41be60cf76ebf489af26694
parentcf0d0d63645bcb6425a1e2d7b5d9f1e26e205247
demos: Add quad2quad program

This program can compute the projective transformation that transforms
one quadrilateral into another. The code is basically maxima[1] output
translated into C.

[1] http://maxima.sourceforge.net/
demos/quad2quad.c [new file with mode: 0644]