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

export type used for coordinates

[[Imported from SVN: r4051]]
parent f19eec50
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,9 @@ class Rotation<3,T> : public Quaternion<T>
public:
/** \brief The type used for coordinates */
typedef T ctype;
/** \brief Member of the corresponding Lie algebra. This really is a skew-symmetric matrix */
typedef Dune::FieldVector<T,3> TangentVector;
......
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