Global Function

rotate()

Declaration

func rotate(by angle: Double)

Parameters

by The angle, in radians, by which to rotate the coordinate system. Positive values rotate counterclockwise.

Returns

-

Description

Rotate the orign of the coordinate system. Positive values rotate counterclockwise.

Examples

Related