|
roo_display
API Documentation for roo_display
|
Rotation by angle in radians (clockwise). More...
#include <smooth_transformation.h>
Public Member Functions | |
| Rotation (float theta) | |
| FpPoint | apply (FpPoint p) const |
| float | theta () const |
| float | sin_theta () const |
| float | cos_theta () const |
| Rotation | then (IdentityTransformation t) const |
| AffineTransformation | then (Translation t) const |
| AffineTransformation | then (Scaling t) const |
| Rotation | then (Rotation t) const |
| AffineTransformation | then (AffineTransformation t) const |
| ProjectiveTransformation | then (ProjectiveTransformation t) const |
| Rotation | inversion () const |
| Box | transformExtents (Box extents) const |
Rotation by angle in radians (clockwise).
Definition at line 190 of file smooth_transformation.h.
|
inline |
Definition at line 192 of file smooth_transformation.h.
Definition at line 195 of file smooth_transformation.h.
|
inline |
Definition at line 202 of file smooth_transformation.h.
|
inline |
Definition at line 211 of file smooth_transformation.h.
|
inline |
Definition at line 201 of file smooth_transformation.h.
| AffineTransformation roo_display::Rotation::then | ( | AffineTransformation | t | ) | const |
Definition at line 188 of file smooth_transformation.cpp.
|
inline |
Definition at line 204 of file smooth_transformation.h.
| ProjectiveTransformation roo_display::Rotation::then | ( | ProjectiveTransformation | t | ) | const |
Definition at line 196 of file smooth_transformation.cpp.
References roo_display::ProjectiveTransformation::then().
Definition at line 184 of file smooth_transformation.cpp.
| AffineTransformation roo_display::Rotation::then | ( | Scaling | t | ) | const |
Definition at line 179 of file smooth_transformation.cpp.
| AffineTransformation roo_display::Rotation::then | ( | Translation | t | ) | const |
Definition at line 174 of file smooth_transformation.cpp.
|
inline |
Definition at line 200 of file smooth_transformation.h.
Definition at line 170 of file smooth_transformation.cpp.