#include "cinder/Cinder.h"
#include "cinder/CinderMath.h"
#include "cinder/Vector.h"
#include <iomanip>
Go to the source code of this file.
Classes | |
class | cinder::MatrixAffine2< T > |
Represents a two dimensional affine transformation. More... | |
Namespaces | |
cinder | |
Typedefs | |
typedef MatrixAffine2< float > | cinder::MatrixAffine2f |
typedef MatrixAffine2< double > | cinder::MatrixAffine2d |