Package boofcv.struct
Class PointIndex_I32
java.lang.Object
georegression.struct.GeoTuple<T>
georegression.struct.GeoTuple_I32<Point2D_I32>
georegression.struct.point.Point2D_I32
boofcv.struct.PointIndex_I32
- All Implemented Interfaces:
Serializable
Combination of a point and an index in an array
- See Also:
-
Field Summary
Fields inherited from class georegression.struct.point.Point2D_I32
x, y
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
setTo
(int x, int y, int index) void
setTo
(Point2D_I32 p, int index) Methods inherited from class georegression.struct.point.Point2D_I32
createNewInstance, distance, distance, distance2, distance2, equals, getDimension, getIdx, getX, getY, hashCode, isIdentical, print, setIdx, setTo, setTo, setX, setY, toString, zero
Methods inherited from class georegression.struct.GeoTuple_I32
isIdentical
-
Field Details
-
index
public int indexIndex of point in an array/list
-
-
Constructor Details
-
PointIndex_I32
public PointIndex_I32() -
PointIndex_I32
public PointIndex_I32(int x, int y, int index)
-
-
Method Details
-
setTo
-
setTo
public void setTo(int x, int y, int index) -
copy
- Overrides:
copy
in classPoint2D_I32
-