Changeset ca2db6 in git


Ignore:
Timestamp:
Jul 11, 2007, 7:02:16 PM (17 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fdb7e91808bc2f882207aaa6e35048826bdd38e9
Parents:
52f5a1e3733b6eaf93c1866dff0917ef002c1e50
Message:
*hannes: doc.


git-svn-id: file:///usr/local/Singular/svn/trunk@10191 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/surfex.lib

    r52f5a1e rca2db6  
    11//last change: 2007/07/06 (Oliver Labs)
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: surfex.lib,v 1.1 2007-07-09 12:52:50 Singular Exp $";
     3version="$Id: surfex.lib,v 1.2 2007-07-11 17:02:16 Singular Exp $";
    44category="Visualization";
    55info="
     
    3232
    3333PROCEDURES:
    34 proc plotRotated(poly p, list coords, list #)
    35                Plot the surface given by the polynomial p
    36                with the coordinates coords.
    37 proc plotRot(poly p, list #)
    38                Similar to plotRotated, but tries to guess automatically
    39                which coordinates should be used.
    40 proc plotRotatedList(list varieties, list coords, list #);
    41                Plot the varieties given by the list varieties
    42                with the coordinates coords.
    43 proc plotRotatedDirect(list varietiesList, list #);
    44                Plot the varieties given by the list varietiesList.
    45                varietiesList has a complicated format.
    46                The procedure passes the data directly to surfex.
    47                Thus, the coordinates have to be x,y,z.
    48                Parameters are allowed; their names have to be p1, p2, ...
    49 proc plotRotatedListFromSpecifyList(list varietiesList, list #) ;
    50                Plot the varieties given by the list varietiesList.
    51                varietiesList has a complicated format; see the example.
     34plotRotated(poly,coord); Plot the surface given by the polynomial p
     35               with the coordinates coords(list)
     36plotRot(poly);           Similar to plotRotated,
     37                         but tries to guess automatically
     38                         which coordinates should be used
     39plotRotatedList(varieties, coords); Plot the varieties given by the list varieties
     40                                    with the coordinates coords
     41plotRotatedDirect(varieties);       Plot the varieties given by the list varietiesList
     42plotRotatedListFromSpecifyList(varietiesList);  Plot the varieties given by the list varietiesList
    5243";
    5344
Note: See TracChangeset for help on using the changeset viewer.