fmeobjects.FMEFeature.matrixTransform¶
-
FMEFeature.
matrixTransform
(matrix)¶ Perform a 2D or 3D matrix transformation on the feature. Note: The passed in matrix must be in row-wise order.
Parameters: matrix (((float, float), (float, float)) or ((float, float, float), (float, float, float), (float, float, float))) – The matrix to use for the transformation. Return type: None Raises: FMEException – An exception is raised if an error occurred.