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.VertexPolygonsSet.Edge. endEnd vertex.private PolygonsSet.VertexPolygonsSet.Edge. startStart vertex.Methods in org.apache.commons.math3.geometry.euclidean.twod that return PolygonsSet.Vertex Modifier and Type Method Description PolygonsSet.VertexPolygonsSet.Edge. getEnd()Get end vertex.PolygonsSet.VertexPolygonsSet.Edge. getStart()Get start vertex.PolygonsSet.VertexPolygonsSet.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 LinePolygonsSet.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.
-