transform_points method

transform_points

Applies the geometric transform represented by this Matrix to a specified array of points.

def transform_points(self, points):
    ...
ParameterTypeDescription
pointslistThe points.

See Also