Class CSG2D
java.lang.Object
org.episteme.core.mathematics.geometry.csg.d2.CSG2D
Constructive Solid Geometry (CSG) implementation for 2D.
This class performs 2D CSG operations (union, subtract, intersect) using
a BSP tree approach with Edge objects. Unlike CSG (3D), this implementation
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CSG2D
-
-
Method Details
-
fromPoints
-
union
-
subtract
-
intersect
-
clone
-
getEdges
-
getPolygons
-