|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Triangle2D | |
---|---|
org.geotools.geometry.iso.util.elem2D | An implementation of GeoAPI Geometry interfaces from ISO 19107. |
Uses of Triangle2D in org.geotools.geometry.iso.util.elem2D |
---|
Methods in org.geotools.geometry.iso.util.elem2D that return Triangle2D | |
---|---|
static Triangle2D |
Geo2DFactory.createTriangleAndNodes(double x0,
double y0,
double x1,
double y1,
double x2,
double y2)
|
Methods in org.geotools.geometry.iso.util.elem2D with parameters of type Triangle2D | |
---|---|
boolean |
Triangle2D.intersects(Triangle2D other)
return true if the interiors of both simplices intersect valid only for counterclockwise simplices |
void |
Triangle2D.setSide(int s,
Triangle2D f)
|
static void |
Geo2DFactory.setTriangleNodes(Triangle2D tri,
Node2D n0,
Node2D n1,
Node2D n2)
|
Method parameters in org.geotools.geometry.iso.util.elem2D with type arguments of type Triangle2D | |
---|---|
static void |
Geo2DFactory.setTopology(java.util.ArrayList<Triangle2D> triangles,
java.util.ArrayList<Edge2D> edges)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |