Uses of Class
georegression.struct.point.Point2D_I32
Packages that use Point2D_I32
Package
Description
-
Uses of Point2D_I32 in georegression.fitting.line
Method parameters in georegression.fitting.line with type arguments of type Point2D_I32Modifier and TypeMethodDescriptionstatic LinePolar2D_F32FitLine_I32.polar(List<Point2D_I32> points, int start, int length, @Nullable LinePolar2D_F32 ret) Computes the unweighted best fit line to the set of points using the polar line equation.static LinePolar2D_F64FitLine_I32.polar(List<Point2D_I32> points, int start, int length, @Nullable LinePolar2D_F64 ret) Computes the unweighted best fit line to the set of points using the polar line equation. -
Uses of Point2D_I32 in georegression.fitting.polygon
Method parameters in georegression.fitting.polygon with type arguments of type Point2D_I32Modifier and TypeMethodDescriptionstatic Rectangle2D_I32FitPolygon2D_I32.rectangleAabb(List<Point2D_I32> points, @Nullable Rectangle2D_I32 rectangle) Finds the smallest Axis Aligned Bounding Box (AABB) for the set of set of points. -
Uses of Point2D_I32 in georegression.geometry
Methods in georegression.geometry that return Point2D_I32Modifier and TypeMethodDescriptionstatic Point2D_I32UtilPoint2D_I32.mean(List<Point2D_I32> list, @Nullable Point2D_I32 mean) Finds the point which has the mean location of all the points in the list.Methods in georegression.geometry with parameters of type Point2D_I32Modifier and TypeMethodDescriptionstatic doubleUtilPoint2D_I32.distance(Point2D_I32 a, Point2D_I32 b) static intUtilPoint2D_I32.distanceSq(Point2D_I32 a, Point2D_I32 b) static booleanUtilPolygons2D_I32.isPositiveZ(Point2D_I32 a, Point2D_I32 b, Point2D_I32 c) Returns true if the cross product would result in a strictly positive z (e.g.static Point2D_I32UtilPoint2D_I32.mean(List<Point2D_I32> list, @Nullable Point2D_I32 mean) Finds the point which has the mean location of all the points in the list.Method parameters in georegression.geometry with type arguments of type Point2D_I32Modifier and TypeMethodDescriptionstatic voidUtilPolygons2D_I32.bounding(List<Point2D_I32> points, Rectangle2D_I32 rectangle) Finds the minimum area bounding rectangle which is aligned to the x and y axis around the list of points.static booleanUtilPolygons2D_I32.isCCW(List<Point2D_I32> polygon) Returns true if the polygon is ordered in a counter-clockwise order.static Point2D_F32UtilPoint2D_I32.mean(List<Point2D_I32> list, @Nullable Point2D_F32 mean) Finds the point which has the mean location of all the points in the list.static Point2D_F64UtilPoint2D_I32.mean(List<Point2D_I32> list, @Nullable Point2D_F64 mean) Finds the point which has the mean location of all the points in the list.static Point2D_I32UtilPoint2D_I32.mean(List<Point2D_I32> list, @Nullable Point2D_I32 mean) Finds the point which has the mean location of all the points in the list. -
Uses of Point2D_I32 in georegression.metric
Methods in georegression.metric with parameters of type Point2D_I32Modifier and TypeMethodDescriptionstatic booleanIntersection2D_I32.containsConcave(Polygon2D_I32 polygon, Point2D_I32 pt) Checks to see if the point is contained inside the concave polygon.static booleanIntersection2D_I32.containsConvex(Polygon2D_I32 polygon, Point2D_I32 pt) Checks to see if the point is contained inside the convex polygon.static doubleDistance2D_I32.distance(LineParametric2D_I32 line, Point2D_I32 p) Returns the distance of a point to the closest point on a line.static doubleDistance2D_I32.distance(LineSegment2D_I32 line, Point2D_I32 p) Returns the distance the closest point on a line segment is from the specified point.static doubleDistance2D_I32.distanceSq(LineParametric2D_I32 line, Point2D_I32 p) Returns the squared distance of a point to the closest point on a line. -
Uses of Point2D_I32 in georegression.misc.test
Methods in georegression.misc.test with parameters of type Point2D_I32Modifier and TypeMethodDescriptionstatic voidGeometryUnitTest.assertEquals(int x, int y, Point2D_I32 found) static voidGeometryUnitTest.assertEquals(Point2D_I32 expected, Point2D_I32 found) -
Uses of Point2D_I32 in georegression.struct.line
Fields in georegression.struct.line declared as Point2D_I32Modifier and TypeFieldDescriptionLineSegment2D_I32.aLineSegment2D_I32.bLineParametric2D_I32.pA point on the lineMethods in georegression.struct.line that return Point2D_I32Methods in georegression.struct.line with parameters of type Point2D_I32Modifier and TypeMethodDescriptionvoidLineParametric2D_I32.setP(Point2D_I32 p) voidLineParametric2D_I32.setPoint(Point2D_I32 pt) LineSegment2D_I32.setTo(Point2D_I32 a, Point2D_I32 b) static LineSegment2D_I32LineSegment2D_I32.wrap(Point2D_I32 a, Point2D_I32 b) Constructors in georegression.struct.line with parameters of type Point2D_I32 -
Uses of Point2D_I32 in georegression.struct.point
Methods in georegression.struct.point that return Point2D_I32Modifier and TypeMethodDescriptionPoint2D_I32.copy()Point2D_I32.createNewInstance()Point2D_I32.setTo(Point2D_I32 src) Methods in georegression.struct.point with parameters of type Point2D_I32Modifier and TypeMethodDescriptiondoublePoint2D_I32.distance(Point2D_I32 a) intPoint2D_I32.distance2(Point2D_I32 a) Returns the Euclidean distance squared from 'this' to 'a'.Point2D_I32.setTo(Point2D_I32 src) Constructors in georegression.struct.point with parameters of type Point2D_I32 -
Uses of Point2D_I32 in georegression.struct.shapes
Fields in georegression.struct.shapes with type parameters of type Point2D_I32Methods in georegression.struct.shapes that return Point2D_I32Modifier and TypeMethodDescriptionPolygon2D_I32.get(int index) Rectangle2D_I32.getCorner(int index, @Nullable Point2D_I32 corner) Provides access to corners in the order specified below.Methods in georegression.struct.shapes with parameters of type Point2D_I32Modifier and TypeMethodDescriptionRectangle2D_I32.getCorner(int index, @Nullable Point2D_I32 corner) Provides access to corners in the order specified below.