Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
hugin_math.cpp File Reference
#include "hugin_math.h"
#include "hugin_utils/utils.h"
Include dependency graph for hugin_math.cpp:

Go to the source code of this file.

Namespaces

 hugin_utils
 namespace for various utils
 

Functions

int hugin_utils::_gcd (int a, int b)
 
int hugin_utils::gcd (int a, int b)
 function to calculate greated common divisor using Euclidean algorithm both arguments should be >=0 More...