How would I code an efficient Polygon Buffer in Java?
Posted
by Leonardo Moura
on Stack Overflow
See other posts from Stack Overflow
or by Leonardo Moura
Published on 2010-03-16T00:33:36Z
Indexed on
2010/03/16
0:39 UTC
Read the original article
Hit count: 374
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!
© Stack Overflow or respective owner