codac 1.5.6
Loading...
Searching...
No Matches
codac2_transformations.h
Go to the documentation of this file.
1
9
10#pragma once
11
12#include <vector>
13#include "codac2_Vector.h"
14#include "codac2_SampledTraj.h"
15
16namespace codac2
17{
18 Eigen::Affine2d affine_transformation(const std::vector<Vector>& src, const std::vector<Vector>& dst);
19 Eigen::Affine2d affine_transformation(const SampledTraj<Vector>& src, const SampledTraj<Vector>& dst);
20}