1THREED(3NCARG) NCAR GRAPHICS THREED(3NCARG)
2
3
4
6 THREED - 3-d line drawing package.
7
9 CURVE3 - Draws the projection of a curve defined by a sequence of
10 points in 3-space.
11
12 FENCE3 - Draws the projection of a curve, just as CURVE3 does, but with
13 a "fence" of straight line segments that are parallel to one of the
14 three axes and that extend to a specified plane perpendicular to that
15 axis.
16
17 FRST3 - Specifies the first in a sequence of points connected by
18 straight-line segments, the projections of which are to be drawn.
19 (FRST3 is called for the first point in the sequence and VECT3 is
20 called for the rest.)
21
22 LINE3 - Draws the projection of a straight-line segment.
23
24 PERIM3 - Draws the projection of a rectangular perimeter in a plane
25 parallel to one of the three coordinate planes, with inward-pointing
26 tick marks at specified intervals.
27
28 POINT3 - Draws the projection of a point.
29
30 PWRZT - Draws the projection of character strings that are positioned
31 in a plane parallel to one of the three coordinate planes.
32
33 SET3 - Defines the transformation from three dimensions to two
34 dimensions.
35
36 TICK43 - Gives user control of tick mark length in PERIM3.
37
38 VECT3 - Defines the second and all subsequent points in a sequence of
39 points connected by straight-line segments, the projections of which
40 are to be drawn. (FRST3 is called for the first point in the sequence
41 and VECT3 is called for the rest.)
42
44 #include <ncarg/ncargC.h>
45
46 c_curve3
47 c_fence3
48 c_frst3
49 c_line3
50 c_perim3
51 c_point3
52 c_pwrzt
53 c_set3
54 c_threed
55 c_tick43
56 c_vect3
57
59 To use THREED routines, load the NCAR Graphics libraries ncarg,
60 ncarg_gks, and ncarg_c, preferably in that order.
61
63 Online: threed, curve3, fence3, frst3, line3, perim3, point3, psym3,
64 pwrz, pwrzt, set3, tick3, tick43, vect3, ncarg_cbind.
65
66 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
67
69 Copyright (C) 1987-2009
70 University Corporation for Atmospheric Research
71 The use of this Software is governed by a License Agreement.
72
73
74
75UNIX March 1993 THREED(3NCARG)