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