Uses of Class
org.seamcat.model.geometry.Inequality2D
-
Packages that use Inequality2D Package Description org.seamcat.model.geometry -
-
Uses of Inequality2D in org.seamcat.model.geometry
Methods in org.seamcat.model.geometry that return Inequality2D 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.Methods in org.seamcat.model.geometry that return types with arguments of type Inequality2D Modifier and Type Method Description java.util.List<Inequality2D>
Polygon2D. getInequalities()
-