weldx.transformations.LocalCoordinateSystem.invert#

LocalCoordinateSystem.invert()#

Get a local coordinate system defining the parent in the child system.

Inverse is defined as orientation_new=orientation.T, coordinates_new=orientation.T*(-coordinates)

Returns:

Inverted coordinate system.

Return type:

LocalCoordinateSystem