roo_display
API Documentation for roo_display
Loading...
Searching...
No Matches
roo_display::IdentityTransformation Class Reference

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
 

Detailed Description

Identity transformation.

Definition at line 108 of file smooth_transformation.h.

Constructor & Destructor Documentation

◆ IdentityTransformation()

roo_display::IdentityTransformation::IdentityTransformation ( )
inline

Definition at line 110 of file smooth_transformation.h.

Member Function Documentation

◆ apply()

FpPoint roo_display::IdentityTransformation::apply ( FpPoint  p) const
inline

Definition at line 111 of file smooth_transformation.h.

◆ inversion()

IdentityTransformation roo_display::IdentityTransformation::inversion ( ) const
inline

Definition at line 120 of file smooth_transformation.h.

◆ then() [1/6]

AffineTransformation roo_display::IdentityTransformation::then ( AffineTransformation  t) const

Definition at line 107 of file smooth_transformation.cpp.

◆ then() [2/6]

IdentityTransformation roo_display::IdentityTransformation::then ( IdentityTransformation  t) const
inline

Definition at line 113 of file smooth_transformation.h.

◆ then() [3/6]

ProjectiveTransformation roo_display::IdentityTransformation::then ( ProjectiveTransformation  t) const

Definition at line 118 of file smooth_transformation.cpp.

◆ then() [4/6]

Rotation roo_display::IdentityTransformation::then ( Rotation  t) const

Definition at line 116 of file smooth_transformation.cpp.

◆ then() [5/6]

Scaling roo_display::IdentityTransformation::then ( Scaling  t) const

Definition at line 114 of file smooth_transformation.cpp.

◆ then() [6/6]

Translation roo_display::IdentityTransformation::then ( Translation  t) const

Definition at line 112 of file smooth_transformation.cpp.

◆ transformExtents()

Box roo_display::IdentityTransformation::transformExtents ( Box  extents) const
inline

Definition at line 122 of file smooth_transformation.h.


The documentation for this class was generated from the following files: