Uses of Class
org.anchoranalysis.spatial.point.Point2d
Packages that use Point2d
Package
Description
Mark
s implementing conic sections.Mark
s 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 TypeMethodDescriptionvoid
Ellipse.setMarks
(Point2d radii, Orientation orientation) Sets the marks with radii and orientation.void
Ellipse.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 TypeMethodDescriptionvoid
RotatableBoundingBox.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 Point2d
PointConverter.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 TypeMethodDescriptionvoid
Arithmetically adds aPoint2d
's values across each dimension.static Point3d
PointConverter.convertTo3d
(Point2d point) double
The square of the Euclidean distance between this point and anotherPoint2d
.double
Point2d.distanceSquared
(Point2d point) The square of the Euclidean distance between this point and anotherPoint2d
.static Point2f
PointConverter.floatFromDouble
(Point2d point) void
Increments the running-sum by aPoint2d
.static Point2i
PointConverter.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 ObjectMask
Creates a single circular mask at a particular center point and radius.static ObjectCollection
CircleObjectFixture.successiveCircles
(int numberCircles, Point2d startCenter, int radius, Point2d centerShift, double radiusShift) Creates several successive circles whose center is incrementally shifted.