Class CurveLocation
java.lang.Object
com.treemap.swing.voronoi.smoothing.SegmentLocation
com.treemap.swing.voronoi.smoothing.CurveLocation
-
Field Summary
Fields inherited from class com.treemap.swing.voronoi.smoothing.SegmentLocation
lineSegment, minSquaredDistance
-
Constructor Summary
ConstructorsConstructorDescriptionCurveLocation
(Map.Entry<Double, Point2d> nearestSample, CubicCurve2D curve, double minSquaredDistance, SmoothedSegment smoothedSegment, Vertex vertex) -
Method Summary
Methods inherited from class com.treemap.swing.voronoi.smoothing.SegmentLocation
getLineSegment, getMinSquaredDistance, getVertex
-
Constructor Details
-
CurveLocation
public CurveLocation(Map.Entry<Double, Point2d> nearestSample, CubicCurve2D curve, double minSquaredDistance, SmoothedSegment smoothedSegment, Vertex vertex)
-
-
Method Details
-
getNearestSample
-
getCurve
-