DCL:GRPH1:SGPACK: User Interface:Explanation of Subroutines: Arrow Primitives
Draws a line segment with an arrowhead in the U/V/R-coordinates. Specifies the attributes at the same time.
NumRu::DCL.sglazu(ux1,uy1,ux2,uy2,itype,index)
NumRu::DCL.sglazv(vx1,vy1,vx2,vy2,itype,index)
NumRu::DCL.sglazr(rx1,ry1,rx2,ry2,itype,index)
ux1, uy1 (R) The coordinates of the beginning point of a line segment in UC. ux2, uy2 (R) The coordinates of the end point of a line segment in UC. vx1, vy1 (R) The coordinates of the beginning point of a line segment in VC. vx2, vy2 (R) The coordinates of the end point of a line segment in VC. rx1, ry1 (R) The coordinates of the beginning point of a line segment in RC. rx2, ry2 (R) The coordinates of the end point of a line segment in RC. itype (I) The line type. See sgslat. index (I) The line index. See sgslai.