public class PointIndex2D_F32
extends georegression.struct.point.Point2D_F32
| Modifier and Type | Field and Description |
|---|---|
int |
index |
| Constructor and Description |
|---|
PointIndex2D_F32() |
PointIndex2D_F32(float x,
float y) |
PointIndex2D_F32(float x,
float y,
int index) |
PointIndex2D_F32(georegression.struct.point.Point2D_F32 p,
int index) |
| Modifier and Type | Method and Description |
|---|---|
PointIndex2D_F32 |
copy() |
int |
getIndex() |
void |
setIndex(int index) |
createNewInstance, set, toStringpublic PointIndex2D_F32(float x,
float y,
int index)
public PointIndex2D_F32(float x,
float y)
public PointIndex2D_F32()
public PointIndex2D_F32(georegression.struct.point.Point2D_F32 p,
int index)
public int getIndex()
public void setIndex(int index)
public PointIndex2D_F32 copy()
copy in class georegression.struct.point.Point2D_F32