freebsd-ports/graphics/p5-GD-Arrow/pkg-descr
Ying-Chieh Liao 51e65891d4 add p5-GD-Arrow 0.01
Draw arrows using GD
2005-04-22 10:13:02 +00:00

23 lines
796 B
Text

This is a subclass of GD::Polygon used to draw an arrow between two vertices.
GD::Arrow::Full draws a full arrow between two verticies.
|\
+----------------------+ \
(X2, Y2) * * (X1, Y1)
+----------------------+ /
|/
GD::Arrow::RightHalf draws a half arrow between two verticies.
(X2, Y2) *-------------------------* (X1, Y1)
+----------------------+ /
|/
GD::Arrow::LeftHalf draws a half arrow between two verticies.
|\
+----------------------+ \
(X2, Y2) *-------------------------* (X1, Y1)
WWW: http://search.cpan.org/dist/GD-Arrow/