Fixed REturn Value of Matrix() in Rot3

release/4.3a0
nsrinivasan7 2014-11-30 08:32:52 -05:00
parent 0ac6c8b80b
commit bbe657d19d
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ namespace gtsam {
}
/** return 2*2 rotation matrix */
Matrix matrix() const;
Matrix2 matrix() const;
/** return 2*2 transpose (inverse) rotation matrix */
Matrix transpose() const;