Spline, B-Spline and NURBS C++ library(样条、B 样条和 NURBS C++ 库)
问题描述
有谁知道样条曲线的库或类集 - 特别是 b 样条曲线和 NURBS(可选).
Does anyone know of a library or set of classes for splines - specifically b-splines and NURBS (optional).
一个快速、高效的 b-spline 库目前对我来说非常有用.
A fast, efficient b-spline library would be so useful for me at the moment.
推荐答案
1.) 对于 B 样条线 - 您应该检查 C 中的数值食谱(有这本书,也可以在线获得以供参考)
1.) For B Splines - You should check Numerical Recipes in C (there is book for that and it is also available online for reference)
2.) 同时检查:sourceforge.net/projects/einspline/&这个
2.) Also check: sourceforge.net/projects/einspline/ & this
-AD
这篇关于样条、B 样条和 NURBS C++ 库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:样条、B 样条和 NURBS C++ 库


- 从python回调到c++的选项 2022-11-16
- 如何对自定义类的向量使用std::find()? 2022-11-07
- STL 中有 dereference_iterator 吗? 2022-01-01
- Stroustrup 的 Simple_window.h 2022-01-01
- 一起使用 MPI 和 OpenCV 时出现分段错误 2022-01-01
- 使用/clr 时出现 LNK2022 错误 2022-01-01
- 与 int by int 相比,为什么执行 float by float 矩阵乘法更快? 2021-01-01
- C++ 协变模板 2021-01-01
- 静态初始化顺序失败 2022-01-01
- 近似搜索的工作原理 2021-01-01