Uses of Class
org.seamcat.model.geometry.LineSegment2D
-
Packages that use LineSegment2D Package Description org.seamcat.model.geometry -
-
Uses of LineSegment2D in org.seamcat.model.geometry
Methods in org.seamcat.model.geometry that return LineSegment2D Modifier and Type Method Description static LineSegment2D
LineSegment2D. of(double x1, double y1, double x2, double y2)
Methods in org.seamcat.model.geometry that return types with arguments of type LineSegment2D Modifier and Type Method Description java.util.List<LineSegment2D>
Polygon2D. getEdges()
Methods in org.seamcat.model.geometry with parameters of type LineSegment2D Modifier and Type Method Description static Inequality2D
Polygon2D. calculateInequality(LineSegment2D lineSegment, Point2D pointInHalfPlane)
Calculate the linear inequality representing the half plane defined by the given line and the given point.
-