現在この提出コンテンツをフォロー中です。
- フォローしているコンテンツ フィードに更新が表示されます。
- コミュニケーション基本設定に応じて電子メールを受け取ることができます
This function calculates the normal vectors of a triangulated mesh such as used by the Matlab function patch.
It first calculates the normal vectors of all faces, and after that calculates the vertex normals from the face normals weighted by the angles of the faces.
The function is both implemented as a normal Matlab function and as a mex file in c-code (much faster)
Try the example ...
引用
Dirk-Jan Kroon (2026). Patch Normals (https://jp.mathworks.com/matlabcentral/fileexchange/24330-patch-normals), MATLAB Central File Exchange. に取得済み.
謝辞
ヒントを与えたファイル: Compute STL Vertex Normals
| バージョン | 公開済み | リリース ノート | Action |
|---|---|---|---|
| 1.0.0.0 |
