
Go to the source code of this file.
Classes | |
| struct | vcg::math::MAX_FACTORIAL< ScalarType > |
| struct | vcg::math::MAX_FACTORIAL< double > |
| struct | vcg::math::MAX_FACTORIAL< float > |
| struct | vcg::math::MAX_FACTORIAL< int > |
| struct | vcg::math::MAX_FACTORIAL< long double > |
| struct | vcg::math::MAX_FACTORIAL< short > |
Namespaces | |
| namespace | vcg |
* | |
| namespace | vcg::math |
Functions | |
| template<typename ScalarType > | |
| ScalarType | vcg::math::Factorial (unsigned i) |
| template<typename ScalarType > | |
| ScalarType | vcg::math::factorial_table (unsigned i) |
| template<> | |
| double | vcg::math::factorial_table< double > (unsigned i) |
| template<> | |
| float | vcg::math::factorial_table< float > (unsigned i) |
| template<> | |
| int | vcg::math::factorial_table< int > (unsigned i) |
| template<> | |
| long double | vcg::math::factorial_table< long double > (unsigned i) |