How would I code an efficient Polygon Buffer in Java?
- by Leonardo Moura
I'm going to receive 10 points - coordinates (X,Y,Z).
The program should read these points (.txt format), after that do a polygon with these points. Finally, should be done a buffer polygon two times larger than the primitive.
Thanks for help!