Skip to content
Snippets Groups Projects
Commit cd7be1ef authored by Raphael Lefevre's avatar Raphael Lefevre
Browse files

Add a writable access to relative motion matrix in Edge.

parent a0249cbd
No related branches found
No related tags found
No related merge requests found
......@@ -129,6 +129,11 @@ namespace hpp {
return relMotion_;
}
RelativeMotion::matrix_type& relativeMotion ()
{
return relMotion_;
}
/// Get direction of the path compare to the edge
/// \return true is reverse
virtual bool direction (const core::PathPtr_t& path) const;
......
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