33 #include "xc_utils/src/geom/trf/Reflection3d.h" 47 void setPlane(
const Plane &p)
48 { rf= Reflection3d(p); }
49 virtual Pos3d
Transforma(
const Pos3d &p)
const;
50 virtual Vector3d
Transforma(
const Vector3d &v)
const;
Finite element model generation tools.
Definition: Preprocessor.h:58
Reflection(Preprocessor *m)
Constructor.
Definition: Reflection.h:45
virtual Pos3d Transforma(const Pos3d &p) const
Applies the transformation to the elements of the set.
Definition: Reflection.cc:40
Reflection transformation.
Definition: Reflection.h:40
Geometric transformation that can be applied to the components of a set.
Definition: TrfGeom.h:49
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34