CavalierContours icon indicating copy to clipboard operation
CavalierContours copied to clipboard

2D polyline library for offsetting, combining, etc.

Results 32 CavalierContours issues
Sort by recently updated
recently updated
newest added

I wonder how to visualize the polylines. Graphical Debugging is a very useful tool I'm using for regular polylines with only line segments. Is it possible to visualize plines with...

I found boolean operations (union operations) do not satisfy the commutative law, Polyline p1; p1.addVertex(100, 200, -1.0); p1.addVertex(120, 200, , 0.0); p1.addVertex(120, 100, -1.0); p1.addVertex(100, 100, 0.0); p1.isClosed() = true;...