SLProject 4.0.000
SLAlgo.h File Reference
#include <SLMath.h>
#include <SLMat3.h>
#include <SLVec3.h>
Include dependency graph for SLAlgo.h:
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  SLAlgo
 

Functions

bool SLAlgo::estimateHorizon (const SLMat3f &enuRs, const SLMat3f &sRc, SLVec3f &horizon)
 
template<typename T >
SLAlgo::geoDegMinSec2Decimal (int degrees, int minutes, T seconds)
 convert geodetic datum defined in degrees, minutes and seconds to decimal More...
 
template<typename T >
SLVec3< T > SLAlgo::geoDegMinSec2Decimal (int degreesLat, int minutesLat, T secondsLat, int degreesLon, int minutesLon, T secondsLon, T alt)
 Latitude Longitude Altitude (LatLonAlt), defined in Degrees, Minutes, Secondes format to decimal. More...