Maven module :un.api : api-geometry :
Class :
un.impl.geometry.s2d.Triangle
Extends/Implements :
un.impl.geometry.s2d.SingularGeometry2D
Subclasses : -
Variables : -
Functions :
Triangle,
getFirstCoord,
getSecondCoord,
getThirdCoord,
getBarycentricValue,
getNormal,
getBarycentricValue,
toPolygon,
getBoundingBox,
createPathIterator
public void
Triangle (Tuple first, Tuple second, Tuple third)
public Tuple
getFirstCoord ()
public Tuple
getSecondCoord ()
public Tuple
getThirdCoord ()
public Tuple
getBarycentricValue (Tuple p)
public Vector
getNormal ()
public double[]
getBarycentricValue (double[] a, double[] b, double[] c, double[] p)
public Polygon
toPolygon ()
public BBox
getBoundingBox ()
public PathIterator
createPathIterator ()
- WKT/WKB ISO 13249-3 : ST_Triangle
boundary having exactly four points (the last point being the sameas the first point) and no interior boundaries
author Johann Sorel