Split Line Segments (Edges)

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

Al momento, stai seguendo questo contributo

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 );

Cita come

Jiexian Ma (2026). Split Line Segments (Edges) (https://it.mathworks.com/matlabcentral/fileexchange/85123-split-line-segments-edges), MATLAB Central File Exchange. Recuperato .

Riconoscimenti

Ispirato da: geom2d

Informazioni generali

Compatibilità della release di MATLAB

  • Compatibile con qualsiasi release

Compatibilità della piattaforma

  • Windows
  • macOS
  • Linux
Versione Pubblicato Note della release Action
0.6.1

No update

0.6.0