Commit 53effc52 authored by Alexander Alekhin's avatar Alexander Alekhin

Merge pull request #5149 from Nerei:minor_comment_fix

parents 573858f1 0dab097a
......@@ -110,7 +110,7 @@ namespace cv
//! a.rotate(R) is equivalent to Affine(R, 0) * a;
Affine3 rotate(const Mat3& R) const;
//! a.rotate(R) is equivalent to Affine(rvec, 0) * a;
//! a.rotate(rvec) is equivalent to Affine(rvec, 0) * a;
Affine3 rotate(const Vec3& rvec) const;
//! a.translate(t) is equivalent to Affine(E, t) * a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment