Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pnt(3g) — 4D1 2.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

pnt(3G)






























































     Page 1                                          (printed 8/20/87)





     pnt(3G)                                                   pnt(3G)



NAME
pnt - draws a point
SPECIFICATION
C pnt(x, y, z)
Coord x, y, z;
pnti(x, y, z)
Icoord x, y, z;
pnts(x, y, z)
Scoord x, y, z;
pnt2(x, y)
Coord x, y;
pnt2i(x, y)
Icoord x, y;
pnt2s(x, y)
Scoord x, y;
FORTRAN subroutine pnt(x, y, z)
real x, y, z
subroutine pnti(x, y, z)
integer*4 x, y, z
subroutine pnts(x, y, z)
integer*2 x, y, z
subroutine pnt2(x, y)
real x, y
subroutine pnt2i(x, y)
integer*4 x, y
subroutine pnt2s(x, y)
integer*2 x, y
DESCRIPTION
pnt colors a point in world coordinates. If the point is
visible in the current viewport, it is shown as one pixel.
The pixel is drawn in the current color (if in depth-cue
mode, the depth-cued color is used) using the current
writemask. pnt updates the current graphics position after
it executes.
SEE ALSO
draw, move
Page 1 (printed 8/20/87)


     pnt(3G)                                                   pnt(3G)



          Programming Guide, Section 3.3, Points






















































     Page 2                                          (printed 8/20/87)



Typewritten Software • bear@typewritten.org • Edmonds, WA 98026