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

Matrix definitions for 2D affine transformations. More...

#include "angle.h"
#include "real.h"
#include "vector.h"
#include "string.h"
#include <cassert>
#include <math.h>
#include <iostream>
#include <ETL/stringf>

Go to the source code of this file.

Classes

class  synfig::Matrix

Namespaces

namespace  synfig
 Where every function and class of the synfig library can be found.

Macros

#define COUT_MATRIX(m)

Detailed Description

Matrix definitions for 2D affine transformations.

$Id$

Macro Definition Documentation

#define COUT_MATRIX (   m)
Value:
cout<<"["<<m.m00<<"]["<<m.m01<<"]["<<m.m02<<"]"<<endl; \
cout<<"["<<m.m10<<"]["<<m.m11<<"]["<<m.m12<<"]"<<endl; \
cout<<"["<<m.m20<<"]["<<m.m21<<"]["<<m.m22<<"]"<<endl