Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
给定 3D 空间中的点列表,我想计算一个样条曲线(或类似的东西),它可以平滑地依次通过所有这些点。有谁知道可以做到这一点的现有工具?
谢谢
SISL是一个 C 库,可以满足您的要求。