Coordinate
floodsim.model.grid.Coordinate
Represents a two-dimensional coordinate on a discrete Cartesian grid. Coordinates are zero-based: x and y start at 0 and increase to the right (x) and downward (y).
Value parameters
- x
-
x-axis index of the cell
- y
-
y-axis index of the cell
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article