-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rigid trans #869
Rigid trans #869
Conversation
cf travis build, some files are missing in your PR. |
Should be fine right now. |
* @see exampleRigidtransformation2d.cpp | ||
*/ | ||
template <typename TPoint, typename TRealVector> | ||
class ForwardRigidTransformation2D : std::unary_function <TPoint,TPoint> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please template the class by Space and get point/vector types from Space
Ok thanks. |
Please have a look to travis, there are build issues. |
Looks like Travis failed because yesterday I changed something in a one test without rebuild. I was sure that should be fine. I will write documentation today and also I will add a tools for rotation to DGtalTools. |
OK I added a draft of doc. I will finish this tomorrow's morning. |
ok @copyme, thanks.. |
ok I'm closing this PR and create a new one.. thanks kacper. |
Could you review this code. Thanks!