update Rot2::fromCosSin docstring

release/4.3a0
Varun Agrawal 2024-01-08 08:52:47 -05:00
parent 5cdbacfd44
commit 4c8e4973bf
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ namespace gtsam {
return fromAngle(theta * degree);
}
/// Named constructor from cos(theta),sin(theta) pair, will *not* normalize!
/// Named constructor from cos(theta),sin(theta) pair
static Rot2 fromCosSin(double c, double s);
/**