Uses of Interface
georegression.fitting.points.ClosestPointToModel
Packages that use ClosestPointToModel
-
Uses of ClosestPointToModel in georegression.fitting.points
Classes in georegression.fitting.points that implement ClosestPointToModelModifier and TypeClassDescriptionclassPointModel<T extends GeoTuple_F64>The model is a set of points in 3D space.Methods in georegression.fitting.points with parameters of type ClosestPointToModelModifier and TypeMethodDescriptionvoidIterativeClosestPoint.setModel(ClosestPointToModel model) The model that the input points is being fitted against.