Uses of Class
org.anchoranalysis.spatial.point.Point3f
Packages that use Point3f
Package
Description
Fitting structures to sets of points.
Proposing
Marks or other data-structures with particular
attributes.Marks 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 voidPointsFitter.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 PointListPointListFactory.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.DoubleMatrix2DLinearLeastSquaresViaNormalEquationBase.createDesignMatrix(List<Point3f> points) Creates the design matrix from the input points.voidLinearLeastSquaresEllipseFitter.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidLinearLeastSquaresEllipsoidFitter.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidLinearLeastSquaresViaNormalEquationBase.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidReference.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidReflectInAxesWithinDistance.fit(List<Point3f> points, Mark mark, Dimensions dimensions) voidPointsFitterToMark.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 Point3fPointConverter.floatFromDouble(Point3d point) static Point3fPointConverter.floatFromInt(Point2i point) static Point3fPointConverter.floatFromInt(ReadableTuple3i point) Convert aReadableTuple3ito aPoint3f.static Point3fPointConverter.floatFromIntDropZ(ReadableTuple3i point) Creates aReadableTuple3ito 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 doubleThe Euclidean distance between this point and another.floatPoint3f.distanceSquared(Point3f point) The square of the Euclidean distance between this point and another.static Point3dPointConverter.doubleFromFloat(Point3f point) static Point3iPointConverter.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