Package | Description |
---|---|
org.openimaj.math.geometry.shape.util |
Modifier and Type | Method and Description |
---|---|
protected static GrahamScan.Turn |
GrahamScan.getTurn(Point2d a,
Point2d b,
Point2d c)
Returns the GrahamScan#Turn formed by traversing through the ordered Point2ds
a , b and c . |
static GrahamScan.Turn |
GrahamScan.Turn.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GrahamScan.Turn[] |
GrahamScan.Turn.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|