coord_rotate
Rotates the coordinate system, possibly from a pivot point
coord_rotate(
angle,
[x],
[y]
)
Rotates the coordinate system, possibly from a pivot point
Syntaxe
coord_rotate(QUARTER_PI); coord_rotate(QUARTER_PI, x=10, y=10)
Arguments
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
angle | yes | - | angle of rotation | |
x | - | - | x-coordinate of the pivot | |
y | - | - | y-coordinate of the pivot |