Lichtso / geometric_algebra

Generate(d) custom libraries for geometric algebras
MIT License
46 stars 8 forks source link

Commutator product #10

Open rasmusgo opened 1 year ago

rasmusgo commented 1 year ago

The commutator product is useful for rigid body simulations.

image

It is currently a bit clunky and probably inefficient to form it as the scaled difference of two geometric products because the geometric product between two lines is a motor and the result needs to be converted into a line again. There should also be lots of reusable results in the computation.