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://jp.mathworks.com/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