fmeobjects.FMEMultiPoint.rotate2D

FMEMultiPoint.rotate2D(center, angle)

The angle is CCW up from the horizontal and is measured in degrees.

Parameters:
  • center (FMEPoint) – The center of the rotation.

  • angle (float) – The angle in degrees.

Return type:

None

Raises:

FMEException – An exception is raised if an error occurred.