1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
plgvpd: Get viewport limits in normalized device coordinates
DESCRIPTION:
This function is used in example 31.
SYNOPSIS:
plgvpd(p_xmin, p_xmax, p_ymin, p_ymax)
ARGUMENTS:
p_xmin (PLFLT *, output) : Lower viewport limit of the normalized
device coordinate in x.
p_xmax (PLFLT *, output) : Upper viewport limit of the normalized
device coordinate in x.
p_ymin (PLFLT *, output) : Lower viewport limit of the normalized
device coordinate in y.
p_ymax (PLFLT *, output) : Upper viewport limit of the normalized
device coordinate in y.
|