Back to Affine transformation algorithms
// Description: An aggregate file for affine transformation algorithms.
#ifndef PASTELMATH_AFFINE_ALGORITHMS_H
#define PASTELMATH_AFFINE_ALGORITHMS_H
#include "pastel/math/affine/affine_inverse.h"
#include "pastel/math/affine/affine_least_squares.h"
#include "pastel/math/affine/affine_rotation.h"
#include "pastel/math/affine/affine_scaling.h"
#include "pastel/math/affine/affine_translation.h"
#endif