Package | Description |
---|---|
de.lmu.ifi.dbs.elki.math.geometry |
Algorithms from computational geometry.
|
Modifier and Type | Method and Description |
---|---|
(package private) SweepHullDelaunay2D.Orientation |
SweepHullDelaunay2D.Triangle.findOrientation(SweepHullDelaunay2D.Triangle oth)
Find the orientation of the triangles to each other.
|
static SweepHullDelaunay2D.Orientation |
SweepHullDelaunay2D.Orientation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SweepHullDelaunay2D.Orientation[] |
SweepHullDelaunay2D.Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|