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

#include <matrix.h>

Public Attributes

int minX
 
int maxX
 
int minY
 
int maxY
 
int minZ
 
int maxZ
 
Coordinate3Dstart
 

Detailed Description

Represents a matrix of coordinates in a 3D space.

Member Data Documentation

◆ maxX

int CoordinateMatrix3D::maxX

The maximum x value of the matrix.

◆ maxY

int CoordinateMatrix3D::maxY

The maximum y value of the matrix.

◆ maxZ

int CoordinateMatrix3D::maxZ

The maximum z value of the matrix.

◆ minX

int CoordinateMatrix3D::minX

The minimum x value of the matrix.

◆ minY

int CoordinateMatrix3D::minY

The minimum y value of the matrix.

◆ minZ

int CoordinateMatrix3D::minZ

The minimum z value of the matrix.

◆ start

Coordinate3D* CoordinateMatrix3D::start

The starting coordinate of the matrix.


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