Transform cartesian to curvilinear orthogonal coordinates, e.g. a flow-oriented coordinate system.
Matlab functions to transform between cartesian (xy) and curvilinear orthogonal (sn) coordinates using a spline representation of a centerline.
引用格式
Juernjakob Dugge (2026). jdugge/xy2sn (https://github.com/jdugge/xy2sn), GitHub. 检索时间: .
致谢
参考作品: distance2curve, arclength, interparc
无法下载基于 GitHub 默认分支的版本
| 版本 | 已发布 | 发行说明 | Action |
|---|---|---|---|
| 1.3.0.0 | The s-coordinate is no longer normalised, but uses distance units. This is consistent with Merwade's description of the method. (Thanks to Chad Greene for raising this issue) |
||
| 1.2.0.0 | Dramatically increased performance by using a piecewise linear approximation for the smoothed centerline. |
||
| 1.1.0.0 | Added check for a bug in "distance2curve.m" |
||
| 1.0.0.0 |
