ncl_sfnorm (3) Linux Manual Page
SFNORM – The subroutines SFWRLD and SFNORM are used to fill that portion of the plotter frame inside the area defined by a given polygonal boundary. Synopsis CALL SFNORM (XRA,YRA,NRA,DST,NST,IND,NND) CALL SFWRLD (XRA,YRA,NRA,DST,NST,IND,NND) C-Binding Synopsis #include <ncarg/ncargC.h> void c_sfnorm (float *xra, float *yra, int nra, float *dst, int nst, int *ind, int nnd) void c_sfwrld…
