Changeset 2921


Ignore:
Timestamp:
May 19, 2006, 11:12:27 AM (19 years ago)
Author:
sexton
Message:

including references to new polygon things

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documentation/user_manual/anuga_user_manual.tex

    r2895 r2921  
    20972097  Module: \code{utilities.polygon}
    20982098
     2099  \begin{funcdesc}{polygon_area}{polygon}
     2100  Module: \code{utilities.polygon}
     2101
     2102  Returns area of arbitrary polygon (reference http://mathworld.wolfram.com/PolygonArea.html)
    20992103  \end{funcdesc}
    21002104
    2101 
     2105  \begin{funcdesc}{plot_polygons}{polygons, figname, verbose = False}
     2106  Module: \code{utilities.polygon}
     2107
     2108  Plots each polygon contained in input polygon list, e.g. [poly1, poly2, poly3].
     2109 Each polygon is closed for plotting purposes and subsequent plot saved to figname.
     2110  Returns list containing the minimum and maximum of $x$ and $y$,
     2111  i.e. [$x_{min}, x_{max}, y_{min}, y_{max}$].
     2112  \end{funcdesc}
    21022113
    21032114\section{coordinate_transforms}
Note: See TracChangeset for help on using the changeset viewer.