Class TriangleFunctions
- java.lang.Object
-
- org.locationtech.jtstest.function.TriangleFunctions
-
public class TriangleFunctions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TriangleFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Geometry
angleBisectors(Geometry g)
static Geometry
centroid(Geometry g)
static Geometry
circumcentre(Geometry g)
static Geometry
incentre(Geometry g)
static Geometry
perpendicularBisectors(Geometry g)
private static Coordinate[]
trianglePts(Geometry g)
-
-
-
Method Detail
-
trianglePts
private static Coordinate[] trianglePts(Geometry g)
-
-