autopew.transform.vis¶
autopew.transform.vis.vis(A, ax=None)[source]¶Visualise the effect of an affine transfrom on a unit square.
Parameters:
- A (
numpy.ndarray) – Affine matrix to visualise.- ax (
matplotlib.axes.Axes, None) – Axes to plot on.Returns: Return type: