public class SurjectionFinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Polygon |
large |
protected Polygon |
small |
protected List<PairSimilar<Point>> |
surjectionPairsList |
| Modifier and Type | Method and Description |
|---|---|
protected Point |
getNearestPoint(Point x,
Polygon Y) |
double |
getRuntimeApproximation(double mappingSize) |
List<PairSimilar<Point>> |
getSurjectionPairsList() |
protected List<PairSimilar<Point>> surjectionPairsList
protected Polygon small
protected Polygon large
public List<PairSimilar<Point>> getSurjectionPairsList()
protected Point getNearestPoint(Point x, Polygon Y)
x - PointY - Polygonpublic double getRuntimeApproximation(double mappingSize)
mappingSize - Copyright © 2020. All rights reserved.