public interface IGridPoint
Modifier and Type | Method and Description |
---|---|
double |
getColumn()
Get the column value associated with the grid point
|
int |
getColumnInt()
Gets the column index associated with the grid point
|
double |
getRow()
Get the row value associated with the grid point
|
int |
getRowInt()
Gets the row index associated with the grid point
|
double getColumn()
int getColumnInt()
int getRowInt()
double getRow()
Copyright © 2022. All rights reserved.