synfig-core  1.0.3
Classes | Namespaces | Macros | Functions
vector.h File Reference

Various discreet type definitions. More...

#include "angle.h"
#include "real.h"
#include <cmath>
#include <ETL/bezier>

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)

Detailed Description

Various discreet type definitions.

$Id$

Macro Definition Documentation

#define isnan (   x)    (std::isnan)(x)
#define isinf (   x)    (std::isinf)(x)