From: <jpi...@us...> - 2011-09-27 13:20:56
|
Revision: 8614 http://octave.svn.sourceforge.net/octave/?rev=8614&view=rev Author: jpicarbajal Date: 2011-09-27 13:20:45 +0000 (Tue, 27 Sep 2011) Log Message: ----------- geometry-1.0.0. docstring modifications Modified Paths: -------------- trunk/octave-forge/main/geometry/INDEX trunk/octave-forge/main/geometry/inst/svgload.m trunk/octave-forge/main/geometry/inst/svgpath2polygon.m trunk/octave-forge/main/mechanics/INDEX Modified: trunk/octave-forge/main/geometry/INDEX =================================================================== --- trunk/octave-forge/main/geometry/INDEX 2011-09-27 13:18:11 UTC (rev 8613) +++ trunk/octave-forge/main/geometry/INDEX 2011-09-27 13:20:45 UTC (rev 8614) @@ -5,10 +5,10 @@ svgpath2polygon Output data2geo -2D Geometry - -3D Geometry - +Geometry 2D + +Geometry 3D + Graphs Modified: trunk/octave-forge/main/geometry/inst/svgload.m =================================================================== --- trunk/octave-forge/main/geometry/inst/svgload.m 2011-09-27 13:18:11 UTC (rev 8613) +++ trunk/octave-forge/main/geometry/inst/svgload.m 2011-09-27 13:20:45 UTC (rev 8614) @@ -15,7 +15,7 @@ %% -*- texinfo -*- %% @deftypefn {Function File} @var{SVG} = loadSVG (@var{filename}) -%% Reads the plain SVG file @var{filename} and retunrs an SVG structure. +%% Reads the plain SVG file @var{filename} and returns an SVG structure. %% %% In the current version only SVG path elements are parsed and stored in the field %% path of the @var{SVG} structure. Modified: trunk/octave-forge/main/geometry/inst/svgpath2polygon.m =================================================================== --- trunk/octave-forge/main/geometry/inst/svgpath2polygon.m 2011-09-27 13:18:11 UTC (rev 8613) +++ trunk/octave-forge/main/geometry/inst/svgpath2polygon.m 2011-09-27 13:20:45 UTC (rev 8614) @@ -16,7 +16,7 @@ %% -*- texinfo -*- %% @deftypefn {Function File} @var{P} = SVGpath2polygon (@var{SVGpath}) %% Converts the SVG path structure @var{SVGpath} to an array of polygons -%% compatible with matGeom (@uref{https://sourceforge.net/projects/matgeom/}). +%% compatible with matGeom (@url{https://matgeom.sf.net}). %% %% @var{SVGpath} is a substructure of the SVG structure output by loadSVG. This %% function extracts the field named "coord" if there is only one path. If there Modified: trunk/octave-forge/main/mechanics/INDEX =================================================================== --- trunk/octave-forge/main/mechanics/INDEX 2011-09-27 13:18:11 UTC (rev 8613) +++ trunk/octave-forge/main/mechanics/INDEX 2011-09-27 13:20:45 UTC (rev 8614) @@ -1,5 +1,9 @@ mechanics >> Classical Mechanics 1D Mechanics + nloscilator + setnloscillator + pendulum + setpendulum 2D Mechanics area_poly2d center_mass_poly2d This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |