![]() |
levelz-c 0.1.0
|
#include <matrix.h>
Public Attributes | |
int | minX |
int | maxX |
int | minY |
int | maxY |
Coordinate2D * | start |
Represents a matrix of coordinates in a 2D space.
int CoordinateMatrix2D::maxX |
The maximum x value of the matrix.
int CoordinateMatrix2D::maxY |
The maximum y value of the matrix.
int CoordinateMatrix2D::minX |
The minimum x value of the matrix.
int CoordinateMatrix2D::minY |
The minimum y value of the matrix.
Coordinate2D* CoordinateMatrix2D::start |
The starting coordinate of the matrix.