fmeobjects.FMEPoint.rotate2D

FMEPoint.rotate2D(center, angle)

Rotates the point.

Parameters
  • center (FMEPoint) – The center point.

  • angle (float) – The angle to rotate by. The angle is counter-clockwise up from the horizontal, and measured in degrees.

Return type

None

Raises

FMEException – An exception is raised if an error occurred.