levelz-c 0.1.0
Loading...
Searching...
No Matches
CoordinateMatrix2D Struct Reference

#include <matrix.h>

Public Attributes

int minX
 
int maxX
 
int minY
 
int maxY
 
Coordinate2Dstart
 

Detailed Description

Represents a matrix of coordinates in a 2D space.

Member Data Documentation

◆ maxX

int CoordinateMatrix2D::maxX

The maximum x value of the matrix.

◆ maxY

int CoordinateMatrix2D::maxY

The maximum y value of the matrix.

◆ minX

int CoordinateMatrix2D::minX

The minimum x value of the matrix.

◆ minY

int CoordinateMatrix2D::minY

The minimum y value of the matrix.

◆ start

Coordinate2D* CoordinateMatrix2D::start

The starting coordinate of the matrix.


The documentation for this struct was generated from the following file: