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