Uses of Class
elki.math.geometry.SweepHullDelaunay2D.Orientation
-
Packages that use SweepHullDelaunay2D.Orientation Package Description elki.math.geometry Algorithms from computational geometry. -
-
Uses of SweepHullDelaunay2D.Orientation in elki.math.geometry
Methods in elki.math.geometry that return SweepHullDelaunay2D.Orientation Modifier and Type Method 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(java.lang.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.
-