Skip to content
Snippets Groups Projects
  1. Oct 13, 2011
  2. Oct 12, 2011
  3. Oct 11, 2011
  4. Oct 04, 2011
  5. Sep 30, 2011
  6. Sep 25, 2011
  7. Sep 22, 2011
  8. Aug 22, 2011
  9. Aug 19, 2011
  10. Aug 11, 2011
    • Oliver Sander's avatar
      remove some out-commented code · ac0b263d
      Oliver Sander authored
      [[Imported from SVN: r7576]]
      ac0b263d
    • 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
Loading