How to get the points where a poins pass through?
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?
精彩评论