Class Edge
java.lang.Object
org.episteme.core.mathematics.geometry.csg.d2.Edge
- All Implemented Interfaces:
Graph.Edge<Point2D>
Represents an edge (segment) in 2D CSG.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
start
-
end
-
line
-
-
Constructor Details
-
Edge
-
Edge
-
-
Method Details
-
source
- Specified by:
sourcein interfaceGraph.Edge<Point2D>
-
target
- Specified by:
targetin interfaceGraph.Edge<Point2D>
-
clone
-
flipped
-
toString
-