Class StraightLocation
java.lang.Object
com.treemap.swing.voronoi.smoothing.SegmentLocation
com.treemap.swing.voronoi.smoothing.StraightLocation
-
Field Summary
Fields inherited from class com.treemap.swing.voronoi.smoothing.SegmentLocation
lineSegment, minSquaredDistance
-
Constructor Summary
ConstructorsConstructorDescriptionStraightLocation
(SmoothedSegment smoothedSegment, double minSquaredDistance, Vertex vertex) -
Method Summary
Methods inherited from class com.treemap.swing.voronoi.smoothing.SegmentLocation
getLineSegment, getMinSquaredDistance, getVertex
-
Constructor Details
-
StraightLocation
-