24 #include <Eigen/Dense> 35 typedef Eigen::Matrix<Matrix::Index, Eigen::Dynamic, 1>
IndexVector;
Eigen::MatrixXd Matrix
Our base matrix class.
Definition: matrix.hpp:29
Eigen::VectorXd Vector
Typedef for our specific type of vector.
Definition: matrix.hpp:32
Eigen::Matrix< Matrix::Index, Eigen::Dynamic, 1 > IndexVector
Typedef for an index vector, used to index other matrices.
Definition: matrix.hpp:35
Eigen::ArrayXd Array
Typedef for our specific type of array.
Definition: matrix.hpp:38
Top-level cpd namespace.
Definition: affine.hpp:26
Matrix apply_transformation_matrix(Matrix points, const Matrix &transform)
Apply a transformation matrix to a set of points.