如何获取一个点经过的点?

发布于 2024-10-08 20:04:48 字数 147 浏览 1 评论 0原文

我试图获取我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

星軌x 2024-10-15 20:04:48

您尝试过 FlatteningPathIterator 吗?

Did you try FlatteningPathIterator?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文