SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Container for general algorithm functions. More...
Go to the source code of this file.
Namespaces | |
SLAlgo | |
Collection of algorithms that may should be integrated into other namespaces. | |
Functions | |
bool | SLAlgo::estimateHorizon (const SLMat3f &enuRs, const SLMat3f &sRc, SLVec3f &horizon) |
template<typename T > | |
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... | |
Container for general algorithm functions.
Definition in file SLAlgo.h.