Compute intersections between line segments and triangle edges, and filter out segment of length zero.
Arguments
- mesh
An fm_mesh_2d object
- ...
Unused.
- segm
An
fm_segm()
object with segments to be split
Value
An fm_segm()
object with the same crs as the mesh,
with an added field origin
, that for each new segment gives the
originator index into to original segm
object for each new line segment.
Author
Finn Lindgren finn.lindgren@gmail.com