![]() |
levelz-cpp 0.2.0
|
#include <coordinate.hpp>
Public Member Functions | |
| virtual std::string | to_string () const =0 |
| virtual double | getMagnitude () const =0 |
Represents a LevelZ Coordinate.
|
pure virtual |
Gets the magnitude of the coordinate.
Implemented in LevelZ::Coordinate2D, and LevelZ::Coordinate3D.
|
pure virtual |
Converts this coordinate to a string.
Implemented in LevelZ::Coordinate2D, and LevelZ::Coordinate3D.