next up previous contents index
Next: SUBROUTINE PLOT3D Up: INIT3D Routines Previous: SUBROUTINE AXIS3D

SUBROUTINE NUM3D

   

 NUM3D plots a floating point number (see NUMBER) in 3-d using PLOT3D. The symbols are plotted in the plane defined by a,b,g.

CALL NUM3D (x,y,z,a,b,g,f,e)

x,y,z (R): lower-left corner of string
           If x=999, y=999, z=999 then string is continued from
           lower right of previous SYM3D or NUM3D call
a,b   (R): angles from the x-y, x-z planes (in deg) of the ray
           from (x,y,z) along the base of the character string
g     (R): angle of rotation about the ray defined by a,b (deg)
h     (R): height of the number to be plotted
f     (R): number to be plotted
e     (R): format of number representation n.j 
           (see NUMBER for detailed description)



David Long
Wed Jun 12 10:34:11 MDT 1996