omitted wrong comment
parent
316709b898
commit
6d20a637be
|
|
@ -33,7 +33,6 @@ namespace gtsam {
|
||||||
/* ************************************************************************* */
|
/* ************************************************************************* */
|
||||||
// static member functions to construct rotations
|
// static member functions to construct rotations
|
||||||
|
|
||||||
// Considerably faster than composing matrices above !
|
|
||||||
Rot3Q Rot3Q::RzRyRx(double x, double y, double z) { return Rot3Q(
|
Rot3Q Rot3Q::RzRyRx(double x, double y, double z) { return Rot3Q(
|
||||||
Quaternion(Eigen::AngleAxisd(z, Eigen::Vector3d::UnitZ())) *
|
Quaternion(Eigen::AngleAxisd(z, Eigen::Vector3d::UnitZ())) *
|
||||||
Quaternion(Eigen::AngleAxisd(y, Eigen::Vector3d::UnitY())) *
|
Quaternion(Eigen::AngleAxisd(y, Eigen::Vector3d::UnitY())) *
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue