Skip to content
Snippets Groups Projects
Commit ab501224 authored by Tom Fischer's avatar Tom Fischer
Browse files

[MaL] Add Point3d::asEigenVector3d() to omit convertings in user code.

parent 4a929a9d
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,8 @@ public:
double* data() { return x_.data(); }
Eigen::Vector3d const& asEigenVector3d() const { return x_; }
private:
Eigen::Vector3d x_;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment