transform_normalize method

transform_normalize

Applies transformation with normalization.

def transform_normalize(self, matrix):
    ...
ParameterTypeDescription
matrixTransformationMatrixMatrix to perform transformation.

See Also