|
synfig-core
1.0.3
|
Various discreet type definitions. More...
Go to the source code of this file.
Classes | |
| class | synfig::Vector |
| class | bezier_base< synfig::Vector, float > |
Namespaces | |
| namespace | synfig |
| Where every function and class of the synfig library can be found. | |
| namespace | std |
Macros | |
| #define | isnan(x) (std::isnan)(x) |
| #define | isinf(x) (std::isinf)(x) |
Functions | |
| synfig::Vector::value_type | std::abs (const synfig::Vector &rhs) |
Various discreet type definitions.
$Id$
| #define isnan | ( | x | ) | (std::isnan)(x) |
Referenced by synfig::Vector::is_nan_or_inf(), and synfig::Vector::is_valid().
| #define isinf | ( | x | ) | (std::isinf)(x) |
Referenced by synfig::Vector::is_nan_or_inf(), and synfig::Transformation::transform_bounds().
1.8.1.2