Opened 15 years ago

Closed 15 years ago

#357 closed enhancement (fixed)

Vlib patch that provides Vect_line_get_intersections function

Reported by: marisn Owned by: grass-dev@…
Priority: blocker Milestone: 6.4.0
Component: Vector Version: svn-develbranch6
Keywords: Cc:
CPU: Unspecified Platform: Unspecified

Description

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.

Attachments (1)

vlib.intersect.patch (5.4 KB ) - added by marisn 15 years ago.
Patch providing Vect_line_get_intersections function

Download all attachments as: .zip

Change History (2)

by marisn, 15 years ago

Attachment: vlib.intersect.patch added

Patch providing Vect_line_get_intersections function

comment:1 by marisn, 15 years ago

Resolution: fixed
Status: newclosed

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

Note: See TracTickets for help on using tickets.