new CoordinateMatrix2D(minX, maxX, minY, maxY, start)
Constructs a CoordinateMatrix2D.
Parameters:
Name | Type | Description |
---|---|---|
minX |
number | The minimum x value. |
maxX |
number | The maximum x value. |
minY |
number | The minimum y value. |
maxY |
number | The maximum y value. |
start |
Coordinate2D | The starting coordinate. |
Example
new CoordinateMatrix2D(0, 1, 0, 1, new Coordinate2D(0, 0))