Package | Description |
---|---|
org.seamcat.model.geometry |
Modifier and Type | Method and Description |
---|---|
static LineSegment2D |
LineSegment2D.of(double x1,
double y1,
double x2,
double y2) |
Modifier and Type | Method and Description |
---|---|
List<LineSegment2D> |
Polygon2D.getEdges() |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.