#include <Rect.h>
Public Member Functions | |
RectMapping () | |
RectMapping (const Rectf &aSrcRect, const Rectf &aDstRect) | |
RectMapping (const Rectf &aSrcRect, const Rectf &aDstRect, bool preserveSrcAspect) | |
Vec2f | map (const Vec2f &srcPoint) const |
Rectf | map (const Rectf &srcRect) const |
cinder::RectMapping::RectMapping | ( | const Rectf & | aSrcRect, |
const Rectf & | aDstRect | ||
) |
cinder::RectMapping::RectMapping | ( | const Rectf & | aSrcRect, |
const Rectf & | aDstRect, | ||
bool | preserveSrcAspect | ||
) |
Vec2f cinder::RectMapping::map | ( | const Vec2f & | srcPoint | ) | const |
Rectf cinder::RectMapping::map | ( | const Rectf & | srcRect | ) | const |