|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Polygon | |
---|---|
de.lmu.ifi.dbs.elki.data.spatial | Spatial data types - interfaces and utilities. |
de.lmu.ifi.dbs.elki.math | Mathematical operations and utilities used throughout the framework. |
de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d | Visualizers based on 2D projections. |
Uses of Polygon in de.lmu.ifi.dbs.elki.data.spatial |
---|
Fields in de.lmu.ifi.dbs.elki.data.spatial with type parameters of type Polygon | |
---|---|
private Collection<Polygon> |
PolygonsObject.polygons
The polygons |
Methods in de.lmu.ifi.dbs.elki.data.spatial that return types with arguments of type Polygon | |
---|---|
Collection<Polygon> |
PolygonsObject.getPolygons()
Access the polygon data. |
Methods in de.lmu.ifi.dbs.elki.data.spatial with parameters of type Polygon | |
---|---|
boolean |
Polygon.intersects2DIncomplete(Polygon other)
Simple polygon intersection test. |
Constructor parameters in de.lmu.ifi.dbs.elki.data.spatial with type arguments of type Polygon | |
---|---|
PolygonsObject(Collection<Polygon> polygons)
Constructor. |
Uses of Polygon in de.lmu.ifi.dbs.elki.math |
---|
Methods in de.lmu.ifi.dbs.elki.math that return Polygon | |
---|---|
Polygon |
ConvexHull2D.getHull()
Compute the convex hull, and return the resulting polygon. |
Uses of Polygon in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d |
---|
Methods in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d that return Polygon | |
---|---|
protected Polygon |
EMClusterVisualization.makeHull(Vector[] pc)
|
protected Polygon |
EMClusterVisualization.makeHullComplex(Vector[] pc)
|
Methods in de.lmu.ifi.dbs.elki.visualization.visualizers.vis2d with parameters of type Polygon | |
---|---|
protected void |
EMClusterVisualization.drawHullArc(int cnum,
Vector cent,
Polygon chres)
|
protected void |
EMClusterVisualization.drawHullLines(int cnum,
Vector cent,
Polygon chres)
|
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |