如何获取一个点经过的点?
我试图获取我的 Shape 对象经过的所有点,我尝试在 Path2D 对象中进行转换,然后获取 PathIterator,但是 PathIterator 对象有点奇怪(是的,我不知道如何使用它)。所以...我想知道是否有什么方法可以不计算而做到这一点。
非常感谢!
I'm trying to get all points that my Shape object pass through, I have tried to transform in a Path2D object and then get the PathIterator, but the PathIterator object is a kind weird ( yeah, I don't know how to use it). So... I would like to know if there is any way to do it without calculating.
Thank you Very much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您尝试过 FlatteningPathIterator 吗?
Did you try FlatteningPathIterator?