changeset 10059:c9c23706fe3d octave-forge

geometry: Checking date INDEX and DESCRIPTION
author jpicarbajal
date Mon, 16 Apr 2012 10:39:05 +0000
parents 593d09df0e31
children 5d6178e77d0c
files main/geometry/DESCRIPTION main/geometry/INDEX main/geometry/NEWS
diffstat 3 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main/geometry/DESCRIPTION	Mon Apr 16 10:33:04 2012 +0000
+++ b/main/geometry/DESCRIPTION	Mon Apr 16 10:39:05 2012 +0000
@@ -1,6 +1,6 @@
 Name: Geometry
 Version: 1.5.0
-Date: 2012-04-15
+Date: 2012-04-16
 Author: David Legland <david.legland@grignon.inra.fr>, José Luis García Pallero <jgpallero@gmail.com>, Juan Pablo Carbajal <carbajal@ifi.uzh.ch>
 Maintainer: Juan Pablo Carbajal <carbajal@ifi.uzh.ch>
 Title: Computational Geometry
--- a/main/geometry/INDEX	Mon Apr 16 10:33:04 2012 +0000
+++ b/main/geometry/INDEX	Mon Apr 16 10:39:05 2012 +0000
@@ -16,6 +16,7 @@
  centroid
  distancePoints
  drawPoint
+ isCounterClockwise
  isPointOnRay
  isPointInCircle
  isPointOnCircle
@@ -115,10 +116,15 @@
  drawBezierCurve
  cbezier2poly
 2D Polygons
+ curvature
  drawPolygon
+ oc_polybool
+ parametrize
+ reversePolyline
+ reversePolygon
  simplifypolygon
  simplifypolyline
- oc_polybool
+ supportFunction
 2D Piecewise polynomial shapes
  polygon2shape
  shape2polygon
@@ -136,7 +142,6 @@
  drawParabola
  drawShape
  hexagonalGrid
- isCounterClockwise
  squareGrid
  triangleGrid
 Geometric graphs creation
--- a/main/geometry/NEWS	Mon Apr 16 10:33:04 2012 +0000
+++ b/main/geometry/NEWS	Mon Apr 16 10:39:05 2012 +0000
@@ -1,7 +1,7 @@
 Summary of important user-visible changes for releases of the geometry package
 
 ===============================================================================
-geometry-1.5.0   Release Date: 2012-04-15  Release Manager: Juan Pablo Carbajal
+geometry-1.5.0   Release Date: 2012-04-16  Release Manager: Juan Pablo Carbajal
 ===============================================================================
 
 * Added functions:
@@ -21,7 +21,7 @@
  - reversePolygon.m and reversePolyline.m: reverse the orders of the points in
                                            of polygon/line.
 
- - supportfunction.m: Compute support function of a polygon.
+ - supportFunction.m: Compute support function of a polygon.
 
 * Changed functions:
  - distancePointEdge.m: Now the function computes the distance between all points