transform method

transform

Applies transformation to a point

def transform(self, matrix):
    ...
ParameterTypeDescription
matrixTransformationMatrixTransformation matrix

See Also