Uses of Class
org.anchoranalysis.spatial.point.Point2d
Packages that use Point2d
Package
Description
Marks implementing conic sections.Marks implementing structures based on points.Fitting geometric structures to points.
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
Fixtures for creating object-masks.
-
Uses of Point2d in org.anchoranalysis.mpp.mark.conic
Methods in org.anchoranalysis.mpp.mark.conic that return Point2dMethods in org.anchoranalysis.mpp.mark.conic with parameters of type Point2dModifier and TypeMethodDescriptionvoidEllipse.setMarks(Point2d radii, Orientation orientation) Sets the marks with radii and orientation.voidEllipse.setMarksExplicit(Point3d position, Orientation orientation, Point2d radii) Sets the marks explicitly with position, orientation, and radii. -
Uses of Point2d in org.anchoranalysis.mpp.mark.points
Methods in org.anchoranalysis.mpp.mark.points with parameters of type Point2dModifier and TypeMethodDescriptionvoidRotatableBoundingBox.update(Point2d distanceToLeftBottom, Point2d distanceToRightTop, Orientation orientation) Updates the bounding box with new dimensions and orientation. -
Uses of Point2d in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter that return Point2dModifier and TypeMethodDescriptionEllipseStandardFormConverter.centerPoint()Gets the center point of the ellipse. -
Uses of Point2d in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point that return Point2dModifier and TypeMethodDescriptionstatic Point2dPointConverter.doubleFromFloat(Point2f point) RunningSumPoint.meanXY()The mean value of all points added to the running-sum, only for the X- and Y-dimensions.Methods in org.anchoranalysis.spatial.point with parameters of type Point2dModifier and TypeMethodDescriptionvoidArithmetically adds aPoint2d's values across each dimension.static Point3dPointConverter.convertTo3d(Point2d point) doubleThe square of the Euclidean distance between this point and anotherPoint2d.doublePoint2d.distanceSquared(Point2d point) The square of the Euclidean distance between this point and anotherPoint2d.static Point2fPointConverter.floatFromDouble(Point2d point) voidIncrements the running-sum by aPoint2d.static Point2iPointConverter.intFromDoubleFloor(Point2d point) Constructors in org.anchoranalysis.spatial.point with parameters of type Point2d -
Uses of Point2d in org.anchoranalysis.test.image.object
Methods in org.anchoranalysis.test.image.object with parameters of type Point2dModifier and TypeMethodDescriptionstatic ObjectMaskCreates a single circular mask at a particular center point and radius.static ObjectCollectionCircleObjectFixture.successiveCircles(int numberCircles, Point2d startCenter, int radius, Point2d centerShift, double radiusShift) Creates several successive circles whose center is incrementally shifted.