#include "cinder/Cinder.h"
#include "cinder/CinderMath.h"
#include "cinder/Vector.h"
#include "cinder/Matrix22.h"
#include "cinder/Matrix33.h"
#include "cinder/MatrixAffine2.h"
#include <iomanip>
Go to the source code of this file.
Classes | |
class | cinder::Matrix44< T > |
Namespaces | |
cinder | |
Typedefs | |
typedef Matrix44< float > | cinder::Matrix44f |
typedef Matrix44< double > | cinder::Matrix44d |