33 #include "xc_utils/src/geom/trf/Reflection3d.h" 47 void setPlane(
const Plano3d &p)
48 { rf= Reflection3d(p); }
49 virtual Pos3d
Transforma(
const Pos3d &p)
const;
50 virtual Vector3d
Transforma(
const Vector3d &v)
const;
Reflection(Preprocessor *m)
Constructor.
Definition: Reflection.h:45
Finite element model generation tools.
Definition: Preprocessor.h:58
Reflection transformation.
Definition: Reflection.h:40
================================================================================
Definition: ContinuaReprComponent.h:34
virtual Pos3d Transforma(const Pos3d &p) const
Applies the transformation to the elements of the set.
Definition: Reflection.cc:40