levelz-c 0.1.0
|
#include <matrix.h>
Public Attributes | |
int | minX |
int | maxX |
int | minY |
int | maxY |
int | minZ |
int | maxZ |
Coordinate3D * | start |
Represents a matrix of coordinates in a 3D space.
int CoordinateMatrix3D::maxX |
The maximum x value of the matrix.
int CoordinateMatrix3D::maxY |
The maximum y value of the matrix.
int CoordinateMatrix3D::maxZ |
The maximum z value of the matrix.
int CoordinateMatrix3D::minX |
The minimum x value of the matrix.
int CoordinateMatrix3D::minY |
The minimum y value of the matrix.
int CoordinateMatrix3D::minZ |
The minimum z value of the matrix.
Coordinate3D* CoordinateMatrix3D::start |
The starting coordinate of the matrix.