choreo.ActionSym.Compose#

ActionSym.Compose(B, ActionSym A) ActionSym#

Returns the composition of two transformations.

B.Compose(A) returns the composition BA, i.e. applies A then B.

Parameters:
Returns:

The composition of the input transformations.

Return type:

choreo.ActionSym