Skip to content
Snippets Groups Projects
  1. May 14, 2014
  2. May 13, 2014
  3. Apr 23, 2014
  4. Jan 22, 2014
  5. Dec 09, 2013
  6. Dec 03, 2013
  7. Sep 03, 2013
  8. Jul 08, 2013
  9. Jul 03, 2013
  10. Nov 11, 2012
  11. Nov 09, 2012
  12. Apr 09, 2012
  13. Jan 01, 2012
  14. Dec 05, 2011
  15. Nov 25, 2011
  16. Nov 19, 2011
  17. Oct 19, 2011
  18. Oct 04, 2011
  19. Sep 22, 2011
  20. Aug 19, 2011
  21. Aug 11, 2011
    • Oliver Sander's avatar
      Hack around an inconsistency between Rotation<3> and other target spaces, · 276bd937
      Oliver Sander authored
      notably the almost-equivalent UnitVector<4>: A vector with three entries
      is interpreted by the UnitVector<4> class as a tangent vector given in
      the basis returned by orthonormalFrame.  That is correct as it works
      for all kinds of manifolds.  On the other hand, the Rotation<3> class
      interprets as a 3x3 skew matrix (a tangent vector at the identity in
      the matrix representation) even though the implementation used quaternion
      coordinates.
      
      To trick around this the use of exp methods with FieldVector<3> is avoided
      by this patch.  A real fix would involve introducing a SkewMatrix class
      and using that in Rotation<3>.
      
      [[Imported from SVN: r7575]]
      276bd937
  22. Jul 13, 2011
  23. Jun 14, 2011
Loading