Back to Conformal affine algorithms
pastel/math/conformalaffine2d/
// Description: An aggregate file for conformal affine algorithms.
#ifndef PASTELMATH_CONFORMALAFFINE2D_ALGORITHMS_H
#define PASTELMATH_CONFORMALAFFINE2D_ALGORITHMS_H
#include "pastel/math/conformalaffine2d/conformalaffine2d_inverse.h"
#include "pastel/math/conformalaffine2d/conformalaffine2d_least_squares.h"
#endif