Uses of Class
org.apache.commons.math3.geometry.euclidean.twod.PolygonsSet.Vertex
Packages that use PolygonsSet.Vertex
Package
Description
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.VertexModifier and TypeFieldDescriptionprivate final PolygonsSet.Vertex
PolygonsSet.Edge.end
End vertex.private final PolygonsSet.Vertex
PolygonsSet.Edge.start
Start vertex.Methods in org.apache.commons.math3.geometry.euclidean.twod that return PolygonsSet.VertexModifier and TypeMethodDescriptionPolygonsSet.Edge.getEnd()
Get end vertex.PolygonsSet.Edge.getStart()
Get start vertex.Split the edge.Methods in org.apache.commons.math3.geometry.euclidean.twod with parameters of type PolygonsSet.VertexModifier and TypeMethodDescriptionPolygonsSet.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.VertexModifierConstructorDescription(package private)
Edge
(PolygonsSet.Vertex start, PolygonsSet.Vertex end, Line line) Build an edge not contained in any node yet.