public class PointIndex_I32
extends georegression.struct.point.Point2D_I32
| Modifier and Type | Field and Description |
|---|---|
int |
index
Index of point in an array/list
|
| Constructor and Description |
|---|
PointIndex_I32() |
PointIndex_I32(int x,
int y,
int index) |
| Modifier and Type | Method and Description |
|---|---|
PointIndex_I32 |
copy() |
int |
getIndex() |
void |
setIndex(int index) |
public PointIndex_I32()
public PointIndex_I32(int x,
int y,
int index)
public int getIndex()
public void setIndex(int index)
public PointIndex_I32 copy()
copy in class georegression.struct.point.Point2D_I32