Uses of Class
org.anchoranalysis.mpp.bean.points.fitter.InsufficientPointsException
| Package | Description |
|---|---|
| org.anchoranalysis.mpp.bean.points.fitter |
Fitting structures to sets of points.
|
-
Uses of InsufficientPointsException in org.anchoranalysis.mpp.bean.points.fitter
Methods in org.anchoranalysis.mpp.bean.points.fitter that throw InsufficientPointsException Modifier and Type Method Description abstract voidPointsFitter. fit(List<org.anchoranalysis.spatial.point.Point3f> points, Mark mark, Dimensions dimensions)Fits a mark to a set of points within given dimensions.