精确高效绘图的技术和算法
我想绘制数学函数,并且正在寻找用于精确有效绘图的技术和算法。 2D 绘图应该足够了。我专注于技术和算法,而不是库或语言。提前致谢!
I'd like to plot mathematical functions and I'm looking for techniques and algorithms for precise and efficient plotting. 2D plotting should suffice. I focus on techniques and algorithms, not libraries or languages. Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否正在寻找像 Bresenham 直线算法 这样的技术?该页面链接到相关算法。
Are you looking for techniques like Bresenham's line algorithm? That page links to related algorithms.