|
OpenStructure
|
#include <transformations.hh>
Inherits Transformation.
Public Member Functions | |
| Translate (const Vec3 &t) | |
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_ |
apply translation
Definition at line 62 of file transformations.hh.
| Translate | ( | const Vec3 & | t | ) |
initialize translation along vector
1.8.5