OpenStructure
|
#include <transformations.hh>
Inherits Transformation.
Public Member Functions | |
Rotate2D (Real angle) | |
Public Member Functions inherited from Transformation | |
Transformation () | |
Transformation (const Mat4 &tmat) | |
Transformation (const Mat4 &tmat, const Mat4 &imat) | |
Mat4 & | Matrix () |
const Mat4 & | Matrix () const |
Mat4 & | InverseMatrix () |
const Mat4 & | InverseMatrix () const |
Point | Apply (const Point &p) |
Extent | Apply (const Extent &e) |
Additional Inherited Members | |
Public Types inherited from Transformation | |
enum | SizeRule { ORIGINAL , FIT } |
Protected Attributes inherited from Transformation | |
Mat4 | tmat_ |
Mat4 | imat_ |
rotate in XY plane
Definition at line 36 of file transformations.hh.