Skip to content

[bugfix][python] Fix geometry.jacobianInverse() in python

Carsten Gräser requested to merge bugfix/jacobianinverse-python into master

This actually returned the transposed of the inverse which is a severe bug.

Merge request reports