matrix_transform method

matrix_transform

Applies a 2x3 matrix transformation on this SVGPoint object and returns a new, transformed SVGPoint object: newpoint = matrix* thispoint

Returns

A new SVGPoint object.

def matrix_transform(self, matrix):
    ...
ParameterTypeDescription
matrixSVGMatrixhe matrix which is to be applied to this SVGPoint object.

See Also