Split Line Segments (Edges)

split line segments (edges) into smaller ones based on intersections between them

您现在正在关注此提交

You can start with demo.m in the folder.
Those duplicated line segments in the output of function splitEdges can be removed by the following code:
unique_edges = uniquetol(edges, 10^-5, 'ByRows', true );

引用格式

Jiexian Ma (2026). Split Line Segments (Edges) (https://ww2.mathworks.cn/matlabcentral/fileexchange/85123-split-line-segments-edges), MATLAB Central File Exchange. 检索时间: .

致谢

参考作品: geom2d

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
0.6.1

No update

0.6.0