問題タブ [clipperlib]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
c++ - Is that possible to give floating values to the clipper Paths
Clipper takes integer input but I want to pass floating values without losing the precision. Clipper struct for Integer and double value.
#xA;why it is not taking the double value as an input.
#xA;c++ - ClipperLib の ptSubject と ptClip の違い
ポリゴン 1 とポリゴン 2 が同じ座標 (10,10) (20,10) (20,20) (10,20) を含む場合
ポリゴン 1 とポリゴン 2 は閉じたループです。ptSubject と ptClip はどのように機能しますか?
geometry - ラインクリッパーとしてのポリゴン間の交差
以下に示すように、Clipper C++ ライブラリを使用して関数を実装しようとしていis_bordering
ます。
2 つの隣接するポリゴンをテストすると、結果に隣接するエッジが含まれると思いましたctIntersection
が、私にとってはこれは false を返します。上記から私が期待するのは、solutions
パスを表す緑色の次のようなものです。
この関数を (Clipper ライブラリを使用して) 機能させるにはどうすればよいですか?