Uses of Class
org.anchoranalysis.spatial.point.Point2i
Packages that use Point2i
Package
Description
Axis-aligned bounding-boxes and related operations.
A cartesian-coordinate, across varying primitive types, in 2D and 3D space.
Functional interfaces that accept cartesian coordinate points specified in different ways.
How to much to scale an entity in Cartesian space by.
-
Uses of Point2i in org.anchoranalysis.spatial.box
Methods in org.anchoranalysis.spatial.box with parameters of type Point2iModifier and TypeMethodDescriptionbooleanIs a point of typePoint2icontained within the extent in the XY plane?voidExtent.iterateOverXYWithShift(Point2i shift, PointTwoDimensionalConsumer pointConsumer) Calls processor once for each x and y-values in the range, with a shift added.final intCalculates a XY-offset of a point in a buffer whose dimensions are this extent. -
Uses of Point2i in org.anchoranalysis.spatial.point
Methods in org.anchoranalysis.spatial.point that return Point2iModifier and TypeMethodDescriptionstatic Point2iPoint2i.immutableAdd(Point2i point1, Point2i point2) Adds two points immutably.static Point2iPointConverter.intFromDoubleFloor(Point2d point) Methods in org.anchoranalysis.spatial.point with parameters of type Point2iModifier and TypeMethodDescriptionvoidArithmetically adds aPoint2i's values across each dimension.voidAdds values from aPoint2iacross each corresponding dimension.static Point3iPointConverter.convertTo3i(Point2i point) static Point3iPointConverter.convertTo3i(Point2i point, int z) static Point3dPointConverter.doubleFromInt(Point2i point) static Point3fPointConverter.floatFromInt(Point2i point) static Point2iPoint2i.immutableAdd(Point2i point1, Point2i point2) Adds two points immutably.voidIncrements the running-sum by aPoint2i.Method parameters in org.anchoranalysis.spatial.point with type arguments of type Point2iModifier and TypeMethodDescriptionPointConverter.convert2iTo3d(List<Point2i> points) PointConverter.convert2iTo3f(List<Point2i> points) Constructors in org.anchoranalysis.spatial.point with parameters of type Point2i -
Uses of Point2i in org.anchoranalysis.spatial.point.consumer
Methods in org.anchoranalysis.spatial.point.consumer with parameters of type Point2i -
Uses of Point2i in org.anchoranalysis.spatial.scale
Methods in org.anchoranalysis.spatial.scale that return Point2iModifier and TypeMethodDescriptionScaleFactorInt.scale(int x, int y) Multiplies a point by the respective scaling-factor in each dimension.Multiplies aPoint2iby the respective scaling-factor in each dimension.Methods in org.anchoranalysis.spatial.scale with parameters of type Point2i