[GRASS-SVN] r68206 - grass/branches/releasebranch_7_0/include/defs

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 2 05:54:11 PDT 2016


Author: wenzeslaus
Date: 2016-04-02 05:54:11 -0700 (Sat, 02 Apr 2016)
New Revision: 68206

Modified:
   grass/branches/releasebranch_7_0/include/defs/vector.h
Log:
vlib: add missing declaration for 2D point in box (backport r66462)

Modified: grass/branches/releasebranch_7_0/include/defs/vector.h
===================================================================
--- grass/branches/releasebranch_7_0/include/defs/vector.h	2016-04-02 12:35:20 UTC (rev 68205)
+++ grass/branches/releasebranch_7_0/include/defs/vector.h	2016-04-02 12:54:11 UTC (rev 68206)
@@ -134,6 +134,7 @@
 
 /* Bounding box (MBR) */
 int Vect_point_in_box(double, double, double, const struct bound_box *);
+int Vect_point_in_box_2d(double, double, const struct bound_box *);
 int Vect_box_overlap(const struct bound_box *, const struct bound_box *);
 int Vect_box_copy(struct bound_box *, const struct bound_box *);
 int Vect_box_extend(struct bound_box *, const struct bound_box *);



More information about the grass-commit mailing list