Visiting the interior of a shape #928
-
Hi. I'm the author of an interactive Swing-based program for creating Minecraft maps by painting 2D worlds. I'm looking for a geometry library to help me implement:
Would JTS be a good candidate for this? And more specifically: what would be the most efficient way with JTS to either:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
If I'm understanding your requirements correctly, then JTS may or may not have objects and functions that do what you want.
|
Beta Was this translation helpful? Give feedback.
-
One of the main challenges I have is creating neat one pixel wide lines, that follow a path of a mix of straight lines and curves. "Neat" meaning that the pixels only adjoin at corners or opposite edges, so for example: And not: I could probably come up with something myself that could do that, but I'm looking for a library which can do that kind of thing for me. |
Beta Was this translation helpful? Give feedback.
If I'm understanding your requirements correctly, then JTS may or may not have objects and functions that do what you want.