Skip to content
Snippets Groups Projects
Commit 57edb168 authored by Oliver Sander's avatar Oliver Sander Committed by sander@PCPOOL.MI.FU-BERLIN.DE
Browse files

export 'EmbeddedTangentVector', the type of the tangentvector in the surrounding Euclidean space

[[Imported from SVN: r4058]]
parent db27a71b
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,9 @@ public:
/** \brief Member of the corresponding Lie algebra. This really is a skew-symmetric matrix */
typedef Dune::FieldVector<T,3> TangentVector;
/** \brief A tangent vector as a vector in the surrounding coordinate space */
typedef Quaternion<T> EmbeddedTangentVector;
/** \brief Default constructor creates the identity element */
Rotation()
: Quaternion<T>(0,0,0,1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment