arrow.gs
Name
arrow - Draw arrow.
Synopsis
arrow x1 y1 x2 y2 [-angle angle] [-head head[%]]
Description
Draw arrow. To show help, simply run arrow.
Options
- x1 y1
- Coordinate value of starting point.
- x2 y2
- Coordinate value of ending point.
- -angle angle
- Arrow head angle. Default value is "30".
- -head head[%]
- Arrow head length. It can be set relative to the arrow length if you add "%". Default value is "20%".
Examples
Script source code
- arrow.gs (necessary)