Previous: vissl Up: ../plot79_v.html Next: visss
SUBROUTINE VISSP (RHO,PHI,R,T,P,O) C$ (Spherical Projection) C$ Determine the planar polar coordinates in the plotter page C$ of a point projected from the functional surface, which is C$ defined in spherical polar coordinates. The arguments are: C$ C$ (RHO,PHI)......Plane polar coordinates. C$ (R,T,P)........Spherical surface coordinates. C$ O(3,3).........Orthogonal matrix expressing the figure's C$ rotation. C$ (09-APR-82)