Global Function

translate()

Declaration

func translate(dx: Double, dy: Double)

Parameters

dx The amount to displace the x-axis of the coordinate system.
dy The amount to displace the y-axis of the coordinate system.

Returns

-

Description

Change (move) the orign of the coordinate system.

Examples

Related