Previous: plnr3 Up: ../plot79_p.html Next: plntr
SUBROUTINE PLNR4 (DXARAY,INCX,DYARAY,INCY,DZARAY,INCZ, X HARRAY,INCH,N) C$ (Polyline Relative 4-D) C$ Beginning at the current point, draw line segments to each C$ of N homogeneous world coordinate points in turn. C$ (DXARAY(*),DYARAY(*),DZARAY(*),HARRAY(*)) define the C$ relative displacements from the preceding point. INCX, C$ INCY, INCZ, and INCH are the displacements between C$ successive X, Y, Z, and H values in the arrays. These will C$ normally be all 1. If an increment INCX, INCY, INCZ, or C$ INCH is negative, the starting vertex is taken as (1-N)*INC C$ + 1 instead of 1, so that the array is stepped through in C$ reverse order. C$ (02-APR-82)