MeshKit
1.0
|
The identity transformation. More...
#include <meshkit/Transform.hpp>
Public Member Functions | |
Identity () | |
Protected Member Functions | |
void | transform_one (Vector< 3 > &coords) const |
Friends | |
class | BasicTransform< Identity > |
The identity transformation.
Definition at line 17 of file Transform.hpp.
Identity | ( | ) | [inline] |
Definition at line 21 of file Transform.hpp.
void transform_one | ( | Vector< 3 > & | coords | ) | const [inline, protected] |
Definition at line 23 of file Transform.hpp.
friend class BasicTransform< Identity > [friend] |
Definition at line 19 of file Transform.hpp.