SYNOPSIS
#include <ncarg/gks.h>void gset_seg_tran(Gint seg_name, const Gtran_matrix tran_matrix);
DESCRIPTION
- seg_name
- (Input) A segment name as used in a previous gcreate_seg call.
- tran_matrix
- (Gfloat, Input) - A 2x3 array giving the GKS segment transformation to be associated with the segment specified in seg_name.
USAGE
When the segment named in seg_name is displayed, the coordinates of its primitives are transformed by the matrix specified in tran_matrix.
ACCESS
To use the GKS C-binding routines, load the ncarg_gks and ncarg_c libraries.COPYRIGHT
Copyright (C) 1987-2009University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.

