|
Hugin trunk 0.1
|

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