fmeobjects.FMEClothoid.getTransformationMatrix

FMEClothoid.getTransformationMatrix()

Gets this clothoid’s transformation matrix. If the clothoid does not have such a matrix, an identity matrix is returned. Only the top three rows of the matrix will be returned, as the bottom row is always [ 0 0 0 1 ].

Return type:

list[list[float]]

Returns:

The clothoid’s transformation matrix, formatted [[dddd][dddd][dddd]].