|
roo_display
API Documentation for roo_display
|
Identity transformation. More...
#include <smooth_transformation.h>
Public Member Functions | |
| IdentityTransformation () | |
| FpPoint | apply (FpPoint p) const |
| IdentityTransformation | then (IdentityTransformation t) const |
| Translation | then (Translation t) const |
| Scaling | then (Scaling t) const |
| Rotation | then (Rotation t) const |
| AffineTransformation | then (AffineTransformation t) const |
| ProjectiveTransformation | then (ProjectiveTransformation t) const |
| IdentityTransformation | inversion () const |
| Box | transformExtents (Box extents) const |
Identity transformation.
Definition at line 108 of file smooth_transformation.h.
|
inline |
Definition at line 110 of file smooth_transformation.h.
Definition at line 111 of file smooth_transformation.h.
|
inline |
Definition at line 120 of file smooth_transformation.h.
| AffineTransformation roo_display::IdentityTransformation::then | ( | AffineTransformation | t | ) | const |
Definition at line 107 of file smooth_transformation.cpp.
|
inline |
Definition at line 113 of file smooth_transformation.h.
| ProjectiveTransformation roo_display::IdentityTransformation::then | ( | ProjectiveTransformation | t | ) | const |
Definition at line 118 of file smooth_transformation.cpp.
Definition at line 116 of file smooth_transformation.cpp.
Definition at line 114 of file smooth_transformation.cpp.
| Translation roo_display::IdentityTransformation::then | ( | Translation | t | ) | const |
Definition at line 112 of file smooth_transformation.cpp.
Definition at line 122 of file smooth_transformation.h.