Hugin trunk 0.1
Loading...
Searching...
No Matches
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

namespace  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