SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLAlgo.h File Reference

Container for general algorithm functions. More...

#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:

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 >
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...
 

Detailed Description

Container for general algorithm functions.

Date
November
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style
Authors
Michael Goettlicher, Marcus Hudritsch

Definition in file SLAlgo.h.