ncl_tdline (3) - Linux Manuals
ncl_tdline: Given the coordinates of two points in 3-space, draw the projection
Command to display ncl_tdline
manual in Linux: $ man 3 ncl_tdline
NAME
TDLINE - Given the coordinates of two points in 3-space, draw the projection
of the line joining them.
SYNOPSIS
CALL TDLINE (UCP1, VCP1, WCP1, UCP2, VCP2, WCP2)
C-BINDING SYNOPSIS
#include <ncarg/ncargC.h>
void c_tdline(float ucp1, float vcp1, float wcp1, float ucp2, float vcp2,
float wcp2)
DESCRIPTION
The arguments of TDLINE are as follows:
- UCP1, VCP1, and WCP1
-
(input expressions of type REAL) -
the coordinates of a point in 3-space.
- UCP2, VCP2, and WCP2
-
(input expressions of type REAL) -
the coordinates of another point in 3-space.
C-BINDING DESCRIPTION
The C-binding argument descriptions are the same as the FORTRAN
argument descriptions.
ACCESS
To use TDLINE or c_tdline, 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, tdlnpa, tdmtri, tdotri, tdpack, tdpack_params, tdpara,
tdplch, tdprpa, tdprpi, tdprpt, tdseti, tdsetr, tdsort, tdstri, tdstrs
Pages related to ncl_tdline
- ncl_tdlbla (3) - This routine is called to put labels on a particular edge of a box.
- ncl_tdlbls (3) - Draw labels on selected sides of a projected box. This routine calls
- ncl_tdlnpa (3) - Given the coordinates of two points in the reference parallelogram,
- 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.
- ncl_tdez3d (3) - Provides a simplified interface to TDPACK for drawing isosurfaces.
- ncl_tdgeti (3) - Retrieves the integer value of a Tdpack parameter.
- ncl_tdgetr (3) - Retrieves the real value of a Tdpack parameter.