ncl_tdline (3) Linux Manual Page
TDLINE – Given the coordinates of two points in 3-space, draw the projection of the line joining them. Synopsis CALL TDLINE (UCP1, VCP1, WCP1, UCP2, VCP2, WCP2) C-Binding Synopsis #include <ncarg/ncargC.h> void c_tdline(float ucp1, float vcp1, float wcp1, float ucp2, float vcp2, float wcp2) Description The arguments of TDLINE are as follows: UCP1, VCP1, and…
