public static class EllipseClustersIntoGrid.Grid
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
columns |
java.util.List<georegression.struct.curve.EllipseRotated_F64> |
ellipses |
int |
rows |
| Constructor and Description |
|---|
Grid() |
| Modifier and Type | Method and Description |
|---|---|
georegression.struct.curve.EllipseRotated_F64 |
get(int row,
int col) |
int |
getIndexOfHexEllipse(int row,
int col) |
int |
getIndexOfRegEllipse(int row,
int col) |
int |
idx(int row,
int col) |
void |
reset() |
void |
setShape(int rows,
int columns) |
public java.util.List<georegression.struct.curve.EllipseRotated_F64> ellipses
public int rows
public int columns
public void reset()
public georegression.struct.curve.EllipseRotated_F64 get(int row,
int col)
public int idx(int row,
int col)
public void setShape(int rows,
int columns)
public int getIndexOfHexEllipse(int row,
int col)
public int getIndexOfRegEllipse(int row,
int col)