Fix build on msvc
This commit is contained in:
parent
6db1e5ab8f
commit
761e71eb63
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ inline std::string to_string(const Vec3d &pt) { return std::string("[") + std:
|
|||
std::vector<Vec3f> transform(const std::vector<Vec3f>& points, const Transform3f& t);
|
||||
Pointf3s transform(const Pointf3s& points, const Transform3d& t);
|
||||
|
||||
template<int N, class T> using Vec = Eigen::Matrix<T, N, 1, Eigen::DontAlign>;
|
||||
template<int N, class T> using Vec = Eigen::Matrix<T, N, 1, Eigen::DontAlign, N, 1>;
|
||||
|
||||
class Point : public Vec2crd
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue