- Jan 01, 2012
-
-
Oliver Sander authored
[[Imported from SVN: r8329]]
-
- Nov 16, 2011
-
-
Oliver Sander authored
Quaternion class to the Rotation class. Rotation axes and angles are a genuine rotation concept and don't really belong into a quaternion implementation. [[Imported from SVN: r8207]]
-
- Nov 12, 2011
-
-
Oliver Sander authored
It makes it difficult to be sure that an explicitly requested type is really handed over to every place. While we are at it: reverse the order of the template parameters. Now first comes the type, then the dimension. This is more like FieldVector and friends, and hence should be less confusing. [[Imported from SVN: r8148]]
-
Oliver Sander authored
[[Imported from SVN: r8146]]
-
- Nov 04, 2011
-
-
Youett, Jonathan authored
[[Imported from SVN: r8115]]
-
- Nov 03, 2011
-
-
Youett, Jonathan authored
[[Imported from SVN: r8111]]
-
Youett, Jonathan authored
[[Imported from SVN: r8110]]
-
Youett, Jonathan authored
[[Imported from SVN: r8105]]
-
Youett, Jonathan authored
[[Imported from SVN: r8104]]
-
Youett, Jonathan authored
fix interpolation-bug when quaternions don't have the same sign. Thanks to Oliver Sander for the patch ;-) [[Imported from SVN: r8102]]
-
Youett, Jonathan authored
[[Imported from SVN: r8101]]
-
- Oct 27, 2011
-
-
Youett, Jonathan authored
[[Imported from SVN: r8058]]
-
- Oct 25, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r8034]]
-
Youett, Jonathan authored
[[Imported from SVN: r8020]]
-
- Oct 24, 2011
-
-
Youett, Jonathan authored
[[Imported from SVN: r8010]]
-
Youett, Jonathan authored
[[Imported from SVN: r8009]]
-
Oliver Sander authored
[[Imported from SVN: r8005]]
-
Youett, Jonathan authored
[[Imported from SVN: r8004]]
-
Youett, Jonathan authored
[[Imported from SVN: r8003]]
-
- Oct 21, 2011
-
-
Youett, Jonathan authored
[[Imported from SVN: r7984]]
-
- Oct 20, 2011
-
-
Youett, Jonathan authored
add method to transform an embedded tangent vector into the corresponding SkewMatrix and use this method in the old tangentToSkew method [[Imported from SVN: r7971]]
-
- Oct 19, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7958]]
-
Oliver Sander authored
[[Imported from SVN: r7956]]
-
- Oct 18, 2011
-
-
Youett, Jonathan authored
Add the cayley and inverse cayley mapping. By now these formulas use the matrix representation of a skew matrix/rotation which is not very pretty. I will replace it by a quaternion counterpart when I figured out how to do it properly [[Imported from SVN: r7943]]
-
- Oct 17, 2011
-
-
Youett, Jonathan authored
[[Imported from SVN: r7933]]
-
Youett, Jonathan authored
[[Imported from SVN: r7932]]
-
Youett, Jonathan authored
[[Imported from SVN: r7931]]
-
- Oct 13, 2011
-
-
Oliver Sander authored
And use it to implement the Rotation<3> class. This makes the Rotation implementation easier to understand. Previously we have used a FieldVector<3> when a skew matrix was meant. This leads to confusion now that we also use quaternions as tangent vectors of SO(3). In local coordinates, these also have 3 entries. Adding the new skew matrix class makes it clearer what kind of mathematical object is meant. [[Imported from SVN: r7897]]
-
- Oct 12, 2011
-
-
Oliver Sander authored
It seems dangerous: I tend to get confused what these arguments are. Plus, the method is unused. [[Imported from SVN: r7890]]
-
Oliver Sander authored
It's result is not necessarily a Rotation, hence such a method would better be placed in the general 'Quaternion' class. Also, nobody in this module used it anyways. [[Imported from SVN: r7883]]
-
- Jul 15, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7568]]
-
Oliver Sander authored
[[Imported from SVN: r7563]]
-
Oliver Sander authored
move method getFirstDerivativesOfDirectors into the rotation class. It does not make sense for general quaternions [[Imported from SVN: r7562]]
-
- Jun 06, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7374]]
-
- May 30, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7352]]
-
Oliver Sander authored
[[Imported from SVN: r7351]]
-
- May 29, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7341]]
-
- May 23, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r7314]]
-
- Apr 05, 2011
-
-
Oliver Sander authored
fix sign bug in the series expansion of sin(x/2)/x. Thanks to Jonathan Youett for pointing this out [[Imported from SVN: r7095]]
-
- Jan 22, 2011
-
-
Oliver Sander authored
[[Imported from SVN: r6816]]
-