logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

POINT3 - Draws the projection of a point in 3-space.

Access

       To  use POINT3 or c_point3, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably in
       that order.

C-Binding Description

       The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       void c_point3 (float u, float v, float w)

Description

       U,V,W       (input expressions of type REAL) are the coordinates of a point in 3-space.

       Each  point is drawn by calling the GKS routine GPM to draw a polymarker of type 1.  Points are therefore
       drawn in the current polymarker color, as determined by the last call  to  the  GKS  routine  GSPMCI;  by
       default, color index 1 is the one used.

       Calling the GKS routine GSMKSC to change the polymarker size does not normally affect polymarkers of type
       1,  so  there  is no good way to make the points bigger; if you want to do this, you should use LINE3 (or
       perhaps FRST3 and VECT3) instead of POINT3 to draw an object of the desired size.

Examples

       Use the ncargex command to see the following  relevant  examples:  fthex01,  fthex02,  fthex03,  fthex04,
       fthex05.

Name

       POINT3 - Draws the projection of a point in 3-space.

See Also

       Online: threed, curve3, fence3, frst3, line3, perim3, psym3, pwrz, pwrzt, set3,  threed,  tick3,  tick43,
       vect3, ncarg_cbind.

       Hardcopy: NCAR Graphics Fundamentals, UNIX Version

Synopsis

       CALL POINT3 (U,V,W)

See Also