简体   繁体   English

C#中的三维样条插值(曲面插补)

[英]3D Spline Interpolation in C# (surface interpolation)

I have a List<Point3D> of coordinates, which represent points on a curved surface. 我有一个List<Point3D>坐标,它代表曲面上的点。 I want to increase the point density of the surface by adding points with a fixed x and y value. 我想通过添加具有固定x和y值的点来增加曲面的点密度。 The z component should be calculated by spline interpolation. z分量应通过样条插值计算。

Is there a function or library in c# which can do this for me? c#中有一个函数或库可以为我做这个吗?

有点晚了,但看看这个: C#中的3D样条代码

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM