52 #ifndef __PCL_HammerAitoffProjection_h
53 #define __PCL_HammerAitoffProjection_h
111 return "HammerAitoff";
119 return "Hammer-Aitoff";
static constexpr T _1_sqrt2()
A generic point in the two-dimensional space.
Hammer-Aitoff projection system.
bool Project(DPoint &pW, const DPoint &pN) const noexcept override
HammerAitoffProjection(const HammerAitoffProjection &)=default
IsoString ProjCode() const override
IsoString Name() const override
ProjectionBase * Clone() const override
bool Unproject(DPoint &pN, const DPoint &pW) const noexcept override
IsoString Identifier() const override
HammerAitoffProjection()=default
Eight-bit string (ISO/IEC-8859-1 or UTF-8 string)
Base class of all projection systems.