0

ブーストポリゴンライブラリを勉強していますが、

ただ、各頂点がどのように生成されるのか理解できず、

画像: http://imm.io/LlIM

多角形の導関数のルールは何ですか?

元の論文は次のとおりです。 http://www.boost.org/doc/libs/1_52_0/libs/polygon/doc/GTL_boostcon2009.pdf

4

1 に答える 1

1

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: Vertex derivatives and the accompanying figure: enter image description here

于 2013-04-17T16:27:50.810 に答える