Regina 7.3 Calculation Engine
|
A class used to query general information about different normal coordinate systems. More...
#include <surface/normalcoords.h>
Static Public Member Functions | |
static constexpr const char * | name (NormalCoords coordSystem) |
Returns the human-readable name of the given coordinate system. More... | |
A class used to query general information about different normal coordinate systems.
This class has become much simpler and more stripped-down since Regina 7.0. Much of the functionality that was available in this class in Regina 6.0.1 and earlier can now be accessed through the new NormalEncoding class.
|
inlinestaticconstexpr |
Returns the human-readable name of the given coordinate system.
The first letter of the returned string will be upper-case, and all subsequent letters will be lower-case.
This routine is guaranteed to return a non-null string, even if coordSystem is not one of the NormalCoords enum values.
coordSystem | the coordinate system being queried; this may be any of the NormalCoords enumeration values. |