Converts between coordinate systems. More...
#include <SystemsConverter.hpp>
Public Member Functions | |
SystemsConverter (const Vect3 &vector) | |
Ctor. | |
SystemsConverter (const Spherical &sph) | |
Ctor. | |
SystemsConverter (const Geo &geo, double radius) | |
Ctor. | |
SystemsConverter (const Point &point, double radius) | |
Ctor. | |
Vect3 | GetVector () const |
Spherical | GetSpherical () const |
Geo | GetGeo () const |
Point | GetPoint () const |
Converts between coordinate systems.
Converts between coordinate systems given a specific input
SystemsConverter::SystemsConverter | ( | const Vect3 & | vector | ) |
Ctor.
Gets input
SystemsConverter::SystemsConverter | ( | const Spherical & | sph | ) |
Ctor.
Gets input
SystemsConverter::SystemsConverter | ( | const Geo & | geo, |
double | radius | ||
) |
Ctor.
Gets input
SystemsConverter::SystemsConverter | ( | const Point & | point, |
double | radius | ||
) |
Ctor.
Gets input