ncl_tdprpt (3) - Linux Manuals
ncl_tdprpt: Given the coordinates of a point in 3-space, get the coordinates
Command to display ncl_tdprpt
manual in Linux: $ man 3 ncl_tdprpt
NAME
TDPRPT - Given the coordinates of a point in 3-space, get the coordinates
of its projection in the projection plane.
SYNOPSIS
CALL TDPRPT (UI3D, VI3D, WI3D, XI2D, YI2D)
C-BINDING SYNOPSIS
#include <ncarg/ncargC.h>
void c_tdprpt(float ui3d, float vi3d, float wi3d, float *xi2d, float *yi2d)
DESCRIPTION
The arguments of TDPRPT are as follows:
- UI3D, VI3D, and WI3D
-
(input expressions of type REAL) -
the coordinates of a point in 3-space.
- XI2D and YI2D
-
(output variables of type REAL) -
the coordinates of the projection of the point in the projection plane.
C-BINDING DESCRIPTION
The C-binding argument descriptions are the same as the FORTRAN
argument descriptions.
ACCESS
To use TDPRPT or c_tdprpt, load the NCAR Graphics libraries ncarg, ncarg_gks,
and ncarg_c, preferably in that order.
COPYRIGHT
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
SEE ALSO
Online:
tdclrs, tdctri, tddtri, tdgeti, tdgetr, tdgrds, tdgrid, tdgtrs, tdinit, tditri,
tdlbla, tdlbls, tdline, tdlnpa, tdmtri, tdotri, tdpack, tdpack_params,
tdpara, tdplch, tdprpa, tdprpi, tdseti, tdsetr, tdsort, tdstri, tdstrs
Pages related to ncl_tdprpt
- ncl_tdprpa (3) - Given the parallelogram coordinates of a point, get the coordinates
- ncl_tdprpi (3) - Given a point in the projection plane, retrieve the parallelogram
- ncl_tdpack (3) - A set of routines allowing one to draw representations of
- ncl_tdpack_params (3) - This document briefly describes all internal parameters of
- ncl_tdpara (3) - Initialization routine for TDPACK, called to set the value of certain
- ncl_tdplch (3) - Draw a character string at a specified position in the plane of the
- ncl_tdclrs (3) - Does GKS calls to define colors for TDPACK.
- ncl_tdctri (3) - Cut triangles defined by a triangle list.
- ncl_tddtri (3) - Draw the triangles defined by a triangle list.
- ncl_tdez2d (3) - Provides a simplified interface to TDPACK for drawing surfaces.