cyjax.change_chart#
- cyjax.change_chart(affine, old_patch, new_patch)#
Convert local affine coordinates between patches.
- Parameters:
affine (
Union[Array,ndarray,bool_,number]) – Array of affine coordinates.old_patch (
int) – Old affine patch.new_patch (
int) – New affine patch.
- Return type:
Union[Array,ndarray,bool_,number]- Returns:
Array like
affinecorresponding to the points but expressed in terms of affine coordinates of the new patch.