Uses of Class
org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet.Vertex
-
Packages that use PolygonsSet.Vertex Package Description org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components. -
-
Uses of PolygonsSet.Vertex in org.apache.commons.math3.geometry.euclidean.twod
Fields in org.apache.commons.math3.geometry.euclidean.twod declared as PolygonsSet.Vertex Modifier and Type Field Description private PolygonsSet.Vertex
PolygonsSet.Edge. end
End vertex.private PolygonsSet.Vertex
PolygonsSet.Edge. start
Start vertex.Methods in org.apache.commons.math3.geometry.euclidean.twod that return PolygonsSet.Vertex Modifier and Type Method Description PolygonsSet.Vertex
PolygonsSet.Edge. getEnd()
Get end vertex.PolygonsSet.Vertex
PolygonsSet.Edge. getStart()
Get start vertex.PolygonsSet.Vertex
PolygonsSet.Edge. split(Line splitLine)
Split the edge.Methods in org.apache.commons.math3.geometry.euclidean.twod with parameters of type PolygonsSet.Vertex Modifier and Type Method Description Line
PolygonsSet.Vertex. sharedLineWith(PolygonsSet.Vertex vertex)
Get the common line bound with both the instance and another vertex, if any.Constructors in org.apache.commons.math3.geometry.euclidean.twod with parameters of type PolygonsSet.Vertex Constructor Description Edge(PolygonsSet.Vertex start, PolygonsSet.Vertex end, Line line)
Build an edge not contained in any node yet.
-