![]() |
hivemind 1.0.0
|
A structure that represents a cartesian coordinate. More...
#include <types.h>


Public Member Functions | |
| CartesianCoordinate (double x=0.0, double y=0.0, double z=0.0) | |
| JSONSTART | JSONDOUBLE (X) |
| JSONSTART | JSONDOUBLE (Y) |
Public Attributes | |
| double | X |
| double | Y |
| double | Z |
|
inline |
| double Core::CartesianCoordinate::X |
Definition at line 17 of file types.h.
Referenced by CoordinateConverter::CoordConv::AsymmetricToSymmetric(), CoordinateConverter::CoordConv::CartesianToGeographical(), Gui::MapViewer::DrawRoutes(), Routemaker::Routemaker::MakeRoute(), KeyframeManagement::KeyframeManager::RemoveKeyframe(), and CoordinateConverter::CoordConv::SymmetricToAsymmetric().
| double Core::CartesianCoordinate::Y |
Definition at line 18 of file types.h.
Referenced by CoordinateConverter::CoordConv::AsymmetricToSymmetric(), CoordinateConverter::CoordConv::CartesianToGeographical(), Gui::MapViewer::DrawRoutes(), KeyframeManagement::KeyframeManager::RemoveKeyframe(), and CoordinateConverter::CoordConv::SymmetricToAsymmetric().
| double Core::CartesianCoordinate::Z |
Definition at line 19 of file types.h.
Referenced by CoordinateConverter::CoordConv::CartesianToGeographical(), and KeyframeManagement::KeyframeManager::RemoveKeyframe().