52 #ifndef __PCL_OrthographicProjection_h
53 #define __PCL_OrthographicProjection_h
114 return "Orthographic";
122 return "Orthographic";
128 bool CheckBrokenLine(
const DPoint& cp1,
const DPoint& cp2 )
const noexcept
override
130 return DistanceFast( m_sph.CelestialToNative( cp1 ), m_sph.CelestialToNative( cp2 ) ) < 150;
A generic point in the two-dimensional space.
Eight-bit string (ISO/IEC-8859-1 or UTF-8 string)
Orthographic projection system.
IsoString Identifier() const override
IsoString ProjCode() const override
ProjectionBase * Clone() const override
IsoString Name() const override
OrthographicProjection(const OrthographicProjection &)=default
bool Unproject(DPoint &pN, const DPoint &pW) const noexcept override
bool Project(DPoint &pW, const DPoint &pN) const noexcept override
Base class of all projection systems.