Quaternion initialization

Issue #315 resolved
Former user created an issue

Seems like Rot3 is initialized as

Rot3(double x, double y, double z, double w) : Rot3(Quaternion(x, y, z, w)) {}

but Quaternion is derived from Eigen::Quaternion, which uses

Quaternion (const Scalar &w, const Scalar &x, const Scalar &y, const Scalar &z)

Comments (2)

  1. Log in to comment