开发者

How to get the points where a poins pass through?

开发者 https://www.devze.com 2023-01-31 14:43 出处:网络
I\'m trying to get all points that my Shape object pass throug开发者_JAVA百科h, I have tried to transform in a Path2D object and then get the PathIterator, but the PathIterator object is a kind weird

I'm trying to get all points that my Shape object pass throug开发者_JAVA百科h, 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!


Did you try FlatteningPathIterator?

0

精彩评论

暂无评论...
验证码 换一张
取 消