#include "cinder/Vector.h"
#include "cinder/BSpline.h"
#include "cinder/Rect.h"
#include "cinder/Exception.h"
#include "cinder/MatrixAffine2.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | cinder::Path2d |
class | cinder::Path2dCalcCache |
Accelerates the calculation of various operations on Path2d. Useful if doing repeated calculations, otherwise just use Path2d member functions. More... | |
class | cinder::Path2dExc |
Namespaces | |
cinder | |
Functions | |
std::ostream & | cinder::operator<< (std::ostream &out, const Path2d &p) |