Home
last modified time | relevance | path

Searched defs:ConnectableSegment (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/euclidean/twod/
H A DPolygonsSet.java946 private static class ConnectableSegment extends Segment { class in PolygonsSet
974 ConnectableSegment(final Vector2D start, final Vector2D end, final Line line, in ConnectableSegment() method in PolygonsSet.ConnectableSegment