Skip to content
Snippets Groups Projects
Commit 4176c2d9 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Rewrite the exp method with embedded tangent vector argument

The old implementation used quaternion multiplication to transport
the argument to the Lie algebra, and use the standard formula there.
However, one may as well use the formula for the unit sphere in R^4,
which is much simpler, and also faster.  I fact, this patch gives
a few percent of speedup for the overall code.

[[Imported from SVN: r9562]]
parent a2df8a93
Loading
Loading
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