artivis / manif

A small C++11 header-only library for Lie theory.
https://artivis.github.io/manif
MIT License
1.51k stars 246 forks source link

Add vee #302

Closed artivis closed 3 months ago

artivis commented 3 months ago

Add 'vee', the API is shown in the following pseudo-code:

LieAlg lie_alg = Tangent::Random().hat();
---
Tangent tangent = Tangent::Vee( lie_alg );
// or
tangent.setVee( lie_alg );