ncl_gevtm (3) Linux Manual Page
GEVTM (Evaluate transformation matrix) – Constructs a GKS segment transformation matrix starting from a given point, a shift vector, a rotation angle, and X and Y scale factors. Synopsis CALL GEVTM(X0,Y0,DX,DY,PHI,FX,FY,SW,MOUT) C-Binding Synopsis #include <ncarg/gks.h> void geval_tran_matrix(const Gpoint *point, const Gvec *shift, Gdouble angle, const Gvec *scale, Gcoord_switch coord_switch, Gtran_matrix tran_matrix); Description X0 (Real, Input)…
