ブーストポリゴンライブラリを勉強していますが、
ただ、各頂点がどのように生成されるのか理解できず、
多角形の導関数のルールは何ですか?
元の論文は次のとおりです。 http://www.boost.org/doc/libs/1_52_0/libs/polygon/doc/GTL_boostcon2009.pdf
ブーストポリゴンライブラリを勉強していますが、
ただ、各頂点がどのように生成されるのか理解できず、
多角形の導関数のルールは何ですか?
元の論文は次のとおりです。 http://www.boost.org/doc/libs/1_52_0/libs/polygon/doc/GTL_boostcon2009.pdf
It's a bit easier to follow in the manhattan-polygon example in the presentation (page 33). The author later submitted a paper to the CAD journal entitled "Industrial strength polygon clipping: A novel algorithm with applications in VLSI CAD" (I found the PDF using this google search) which detailed the derivative process as follows:
and the accompanying figure: