Files
ceres-solver/docs/source
Sergiu Deitsch 370631f01f Use Euler parameters in QuaternionPlusImpl
Define the relation between the axis-angle representation of a rotation
and the corresponding unit quaternion as

  q(𝐞) = cos(𝜃/2) + sin(𝜃/2)/𝜃·𝐞

where 𝐞 = 𝜃𝛚 is the rotation vector given by the rotation angle 𝜃 and
the unit axis of rotation 𝛚 instead of

  q(𝐞) = cos(𝜃) + sin(𝜃)/𝜃·𝐞 .

This brings the former relation closer to the available functionality
provided by ceres/rotation.h.

Fixes #941

Change-Id: Id40c065f78593887ecc52e67a068737d7eb5bda6
2025-06-13 16:23:24 -07:00
..
2023-09-27 09:27:29 -07:00
2023-09-12 20:51:48 +02:00
2025-02-16 15:35:04 -08:00
2023-10-05 09:12:33 -07:00
2023-09-21 11:23:38 -07:00
2025-06-09 15:20:17 +02:00
2013-05-23 12:49:35 -07:00
2023-09-21 11:23:38 -07:00
2023-03-03 04:07:01 +03:00
2025-02-17 11:20:54 +01:00
2014-10-08 08:47:34 -07:00
2023-10-12 18:12:09 -07:00