Uses of Class
org.anchoranalysis.spatial.point.Point3f
Packages that use Point3f
Package
Description
Fitting structures to sets of points.
Proposing
Mark
s or other data-structures with particular
attributes.Mark
s implementing structures based on points.Fitting geometric structures to points.
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
-
Uses of Point3f in org.anchoranalysis.mpp.bean.points.fitter
Method parameters in org.anchoranalysis.mpp.bean.points.fitter with type arguments of type Point3fModifier and TypeMethodDescriptionabstract void
PointsFitter.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) Fits a mark to a set of points within given dimensions. -
Uses of Point3f in org.anchoranalysis.mpp.bean.proposer
Methods in org.anchoranalysis.mpp.bean.proposer that return types with arguments of type Point3fModifier and TypeMethodDescriptionMarkMergeProposer.getLastPoints1()
Gets the points associated with the first mark from the last proposal.MarkMergeProposer.getLastPoints2()
Gets the points associated with the second mark from the last proposal. -
Uses of Point3f in org.anchoranalysis.mpp.mark.points
Method parameters in org.anchoranalysis.mpp.mark.points with type arguments of type Point3fModifier and TypeMethodDescriptionstatic PointList
PointListFactory.createMarkFromPoints3f
(List<Point3f> points) Creates a PointList from a list of Point3f objects. -
Uses of Point3f in org.anchoranalysis.plugin.points.bean.fitter
Method parameters in org.anchoranalysis.plugin.points.bean.fitter with type arguments of type Point3fModifier and TypeMethodDescriptionprotected abstract cern.colt.matrix.DoubleMatrix2D
LinearLeastSquaresViaNormalEquationBase.createDesignMatrix
(List<Point3f> points) Creates the design matrix from the input points.void
LinearLeastSquaresEllipseFitter.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
LinearLeastSquaresEllipsoidFitter.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
LinearLeastSquaresViaNormalEquationBase.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
Reference.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
ReflectInAxesWithinDistance.fit
(List<Point3f> points, Mark mark, Dimensions dimensions) void
PointsFitterToMark.fitPointsToMark
(List<Point3f> pointsForFitter, Mark mark, Dimensions dim) Fits a list of points to a mark using the specified points fitter. -
Uses of Point3f in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point that return Point3fModifier and TypeMethodDescriptionstatic Point3f
PointConverter.floatFromDouble
(Point3d point) static Point3f
PointConverter.floatFromInt
(Point2i point) static Point3f
PointConverter.floatFromInt
(ReadableTuple3i point) Convert aReadableTuple3i
to aPoint3f
.static Point3f
PointConverter.floatFromIntDropZ
(ReadableTuple3i point) Creates aReadableTuple3i
to aPoint3f
, preserving X- and Y-components but set setting the Z-component to be0
.Methods in org.anchoranalysis.spatial.point that return types with arguments of type Point3fModifier and TypeMethodDescriptionPointConverter.convert2iTo3f
(List<Point2i> points) PointConverter.convert3dTo3f
(List<Point3d> points) PointConverter.convert3iTo3f
(List<Point3i> points) Contour.getPoints()
An ordered list of points in the contour.Methods in org.anchoranalysis.spatial.point with parameters of type Point3fModifier and TypeMethodDescriptionfinal double
The Euclidean distance between this point and another.float
Point3f.distanceSquared
(Point3f point) The square of the Euclidean distance between this point and another.static Point3d
PointConverter.doubleFromFloat
(Point3f point) static Point3i
PointConverter.intFromFloat
(Point3f point, boolean round) Method parameters in org.anchoranalysis.spatial.point with type arguments of type Point3fConstructors in org.anchoranalysis.spatial.point with parameters of type Point3f