fmeobjects.FMEAggregate.rotate2D

FMEAggregate.rotate2D(center, angle)

The angle is CCW up from the horizontal and is measured in degrees. The rotation will be applied to the transformation matrix associated with this aggregate. If the aggregate has no matrix, a new matrix will be created.

Parameters:
  • center (FMEPoint) – The center of the aggregate’s matrix.

  • angle (float) – The angle in degrees.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.