|
roo_display
API Documentation for roo_display
|
General projective transformation (2D homography). More...
#include <smooth_transformation.h>
Public Member Functions | |
| ProjectiveTransformation (float m11, float m12, float m13, float m21, float m22, float m23, float m31, float m32, float m33) | |
| ProjectiveTransformation (IdentityTransformation t) | |
| ProjectiveTransformation (Translation t) | |
| ProjectiveTransformation (Scaling t) | |
| ProjectiveTransformation (Rotation t) | |
| ProjectiveTransformation (AffineTransformation t) | |
| FpPoint | apply (FpPoint p) const |
| float | m11 () const |
| float | m12 () const |
| float | m13 () const |
| float | m21 () const |
| float | m22 () const |
| float | m23 () const |
| float | m31 () const |
| float | m32 () const |
| float | m33 () const |
| ProjectiveTransformation | then (IdentityTransformation t) const |
| ProjectiveTransformation | then (Translation t) const |
| ProjectiveTransformation | then (Scaling t) const |
| ProjectiveTransformation | then (Rotation t) const |
| ProjectiveTransformation | then (AffineTransformation t) const |
| ProjectiveTransformation | then (ProjectiveTransformation t) const |
| ProjectiveTransformation | inversion () const |
| Box | transformExtents (Box extents) const |
General projective transformation (2D homography).
Definition at line 282 of file smooth_transformation.h.
|
inline |
Definition at line 284 of file smooth_transformation.h.
|
inline |
Definition at line 297 of file smooth_transformation.h.
|
inline |
Definition at line 308 of file smooth_transformation.h.
|
inline |
Definition at line 319 of file smooth_transformation.h.
|
inline |
Definition at line 330 of file smooth_transformation.h.
|
inline |
Definition at line 341 of file smooth_transformation.h.
Definition at line 352 of file smooth_transformation.h.
| ProjectiveTransformation roo_display::ProjectiveTransformation::inversion | ( | ) | const |
Definition at line 267 of file smooth_transformation.cpp.
|
inline |
Definition at line 358 of file smooth_transformation.h.
|
inline |
Definition at line 359 of file smooth_transformation.h.
|
inline |
Definition at line 360 of file smooth_transformation.h.
|
inline |
Definition at line 361 of file smooth_transformation.h.
|
inline |
Definition at line 362 of file smooth_transformation.h.
|
inline |
Definition at line 363 of file smooth_transformation.h.
|
inline |
Definition at line 364 of file smooth_transformation.h.
|
inline |
Definition at line 365 of file smooth_transformation.h.
|
inline |
Definition at line 366 of file smooth_transformation.h.
| ProjectiveTransformation roo_display::ProjectiveTransformation::then | ( | AffineTransformation | t | ) | const |
Definition at line 248 of file smooth_transformation.cpp.
References then().
|
inline |
Definition at line 368 of file smooth_transformation.h.
Referenced by then(), roo_display::Translation::then(), roo_display::Scaling::then(), roo_display::Rotation::then(), roo_display::AffineTransformation::then(), then(), then(), and then().
| ProjectiveTransformation roo_display::ProjectiveTransformation::then | ( | ProjectiveTransformation | t | ) | const |
Definition at line 253 of file smooth_transformation.cpp.
| ProjectiveTransformation roo_display::ProjectiveTransformation::then | ( | Rotation | t | ) | const |
Definition at line 244 of file smooth_transformation.cpp.
References then().
| ProjectiveTransformation roo_display::ProjectiveTransformation::then | ( | Scaling | t | ) | const |
Definition at line 240 of file smooth_transformation.cpp.
References then().
| ProjectiveTransformation roo_display::ProjectiveTransformation::then | ( | Translation | t | ) | const |
Definition at line 236 of file smooth_transformation.cpp.
References then().
Definition at line 285 of file smooth_transformation.cpp.