[GRASS-dev] [GRASS GIS] #357: Vlib patch that provides Vect_line_get_intersections function

#357: Vlib patch that provides Vect_line_get_intersections function
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@lists.osgeo.org
     Type: enhancement | Status: new
Priority: blocker | Milestone: 6.4.0
Component: Vector | Version: svn-develbranch6
Keywords: | Platform: Unspecified
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Attached patch provides new function Vect_line_get_intersections(), that
is a wrapper around Vect_line_check_intersection() function.
Vect_line_check_intersection() function not only checks for intersection,
but also writes intersection point to line_pnts struct.
Vect_line_get_intersections() just returns returns that struct to caller.

Existing functionality should not be affected. If patch looks OK, I would
like to commit it to develbranch_6 before 6.4.0 release.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/357&gt;
GRASS GIS <http://grass.osgeo.org>

#357: Vlib patch that provides Vect_line_get_intersections function
--------------------------+-------------------------------------------------
  Reporter: marisn | Owner: grass-dev@lists.osgeo.org
      Type: enhancement | Status: closed
  Priority: blocker | Milestone: 6.4.0
Component: Vector | Version: svn-develbranch6
Resolution: fixed | Keywords:
  Platform: Unspecified | Cpu: Unspecified
--------------------------+-------------------------------------------------
Changes (by marisn):

  * status: new => closed
  * resolution: => fixed

Comment:

As nobody was objecting and I got "green light" offlist from Markus,
commited as r34306.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/357#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>