Package | Description |
---|---|
org.apache.commons.math3.geometry.spherical.twod |
This package provides basic geometry components on the 2-sphere.
|
Modifier and Type | Field and Description |
---|---|
private Vertex |
Edge.end
End vertex.
|
private Vertex |
Edge.start
Start vertex.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Vertex> |
SphericalPolygonsSet.loops
Boundary defined as an array of closed loops start vertices.
|
Modifier and Type | Method and Description |
---|---|
private Vertex |
Edge.addSubEdge(Vertex subStart,
Vertex subEnd,
double subLength,
java.util.List<Edge> list,
Circle splitCircle)
Add a sub-edge to a list if long enough.
|
Vertex |
Edge.getEnd()
Get end vertex.
|
Vertex |
Edge.getStart()
Get start vertex.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Vertex> |
SphericalPolygonsSet.getBoundaryLoops()
Get the boundary loops of the polygon.
|
Modifier and Type | Method and Description |
---|---|
private Vertex |
Edge.addSubEdge(Vertex subStart,
Vertex subEnd,
double subLength,
java.util.List<Edge> list,
Circle splitCircle)
Add a sub-edge to a list if long enough.
|
private double |
PropertiesComputer.convexCellArea(Vertex start)
Compute convex cell area.
|
private Vector3D |
PropertiesComputer.convexCellBarycenter(Vertex start)
Compute convex cell barycenter.
|
(package private) Circle |
Vertex.sharedCircleWith(Vertex vertex)
Get the common circle bound with both the instance and another vertex, if any.
|
Constructor and Description |
---|
Edge(Vertex start,
Vertex end,
double length,
Circle circle)
Build an edge not contained in any node yet.
|