levelz-c 0.1.0
|
#include <coordinate.h>
Public Attributes | |
double | x |
double | y |
double | z |
Represents a coordinate in a 3D space.
double Coordinate3D::x |
The x value of the coordinate.
double Coordinate3D::y |
The y value of the coordinate.
double Coordinate3D::z |
The z value of the coordinate.