|
Data Structures |
| struct | rgb |
Defines |
| #define | M_PI 3.141592653589793 |
Typedefs |
| typedef unsigned char | uchar |
Functions |
| bool | operator== (const rgb &a, const rgb &b) |
| template<class T> |
| T | abs (const T &x) |
| template<class T> |
| int | sign (const T &x) |
| template<class T> |
| T | square (const T &x) |
| template<class T> |
| T | bound (const T &x, const T &min, const T &max) |
| template<class T> |
| bool | check_bound (const T &x, const T &min, const T &max) |
| int | vlib_round (float x) |
| int | vlib_round (double x) |
| double | gaussian (double val, double sigma) |