|
roo_display
API Documentation for roo_display
|
General affine transformation. More...
#include <smooth_transformation.h>
Public Member Functions | |
| AffineTransformation (float a11, float a12, float a21, float a22, float tx, float ty) | |
| AffineTransformation (IdentityTransformation t) | |
| AffineTransformation (Translation t) | |
| AffineTransformation (Scaling t) | |
| AffineTransformation (Rotation t) | |
| FpPoint | apply (FpPoint p) const |
| float | a11 () const |
| float | a12 () const |
| float | a21 () const |
| float | a22 () const |
| float | tx () const |
| float | ty () const |
| AffineTransformation | then (IdentityTransformation t) const |
| AffineTransformation | then (Translation t) const |
| AffineTransformation | then (Scaling t) const |
| AffineTransformation | then (Rotation t) const |
| AffineTransformation | then (AffineTransformation t) const |
| ProjectiveTransformation | then (ProjectiveTransformation t) const |
| AffineTransformation | inversion () const |
| Box | transformExtents (Box extents) const |
General affine transformation.
Definition at line 220 of file smooth_transformation.h.
|
inline |
Definition at line 222 of file smooth_transformation.h.
|
inline |
Definition at line 226 of file smooth_transformation.h.
|
inline |
Definition at line 229 of file smooth_transformation.h.
|
inline |
Definition at line 232 of file smooth_transformation.h.
|
inline |
Definition at line 235 of file smooth_transformation.h.
|
inline |
Definition at line 248 of file smooth_transformation.h.
|
inline |
Definition at line 249 of file smooth_transformation.h.
|
inline |
Definition at line 250 of file smooth_transformation.h.
|
inline |
Definition at line 251 of file smooth_transformation.h.
Definition at line 243 of file smooth_transformation.h.
|
inline |
Definition at line 262 of file smooth_transformation.h.
| AffineTransformation roo_display::AffineTransformation::then | ( | AffineTransformation | t | ) | const |
Definition at line 223 of file smooth_transformation.cpp.
|
inline |
Definition at line 255 of file smooth_transformation.h.
| ProjectiveTransformation roo_display::AffineTransformation::then | ( | ProjectiveTransformation | t | ) | const |
Definition at line 231 of file smooth_transformation.cpp.
References roo_display::ProjectiveTransformation::then().
| AffineTransformation roo_display::AffineTransformation::then | ( | Rotation | t | ) | const |
Definition at line 214 of file smooth_transformation.cpp.
| AffineTransformation roo_display::AffineTransformation::then | ( | Scaling | t | ) | const |
Definition at line 209 of file smooth_transformation.cpp.
| AffineTransformation roo_display::AffineTransformation::then | ( | Translation | t | ) | const |
Definition at line 204 of file smooth_transformation.cpp.
Definition at line 200 of file smooth_transformation.cpp.
|
inline |
Definition at line 252 of file smooth_transformation.h.
|
inline |
Definition at line 253 of file smooth_transformation.h.