如何使用C制作花键 [英] How to make spline using C

查看:122
本文介绍了如何使用C制作花键的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何用C语言为样条线

解决方案

我想您想使用C语言绘制样条线.您至少有两个选择:
1.使用库中的函数.
2.根据样条方程>(例如,参见Wikipedia) [ ^ ],并使用系统提供的图形基元.

How to make spline us C language

解决方案

I suppose you want to draw a spline using the C language. You have at least two options:
1. Use a function from a library.
2. Write your own function, based on the spline equation (see, for instance, Wikipedia)[^] and using graphical primitives provided by your system.


这篇关于如何使用C制作花键的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆