30 #ifndef SISREFSCCCARTESIANAS2D_H 31 #define SISREFSCCCARTESIANAS2D_H 33 #include "SectionReferenceFrame.h" 34 #include "xc_utils/src/geom/sis_ref/Ref2d2d.h" 53 Vector2d
getAxisVDir(
const size_t &,
const Pos2d &)
const;
Cross section geometry.
Definition: GeomSection.h:63
Pos2d GetPosGlobal(const Pos2d &p) const
Return the position of point p expressed in local coordinates expresada en global coordinates...
Definition: SectionCartesianReferenceFrame.cc:41
SectionReferenceFrame(GeomSection *m)
Constructor.
Definition: SectionReferenceFrame.h:48
Vector2d GetCooGlobales(const Vector2d &v) const
Return the vector v expressed in local coordinates expressed in global coordinates.
Definition: SectionCartesianReferenceFrame.cc:45
Reference system used for make easier definining point positions.
Definition: SectionReferenceFrame.h:42
Open source finite element program for structural analysis.
Definition: ContinuaReprComponent.h:34
Vector2d GetCooLocales(const Vector2d &v) const
Return the vector v expressed in global coordinates expressed in local coordinates.
Definition: SectionCartesianReferenceFrame.cc:53
Vector2d getAxisVDir(const size_t &, const Pos2d &) const
Return the i-th axis unit vector expressed in global coordinates for the position being passed as par...
Definition: SectionCartesianReferenceFrame.cc:36
Bidimensional reference system for a section.
Definition: SectionCartesianReferenceFrame.h:41
Pos2d GetPosLocal(const Pos2d &p) const
Return the position of point p expressed in global coordinates expresada en local coordinates...
Definition: SectionCartesianReferenceFrame.cc:49
SectionCartesianReferenceFrame(GeomSection *m)
Constructor.
Definition: SectionCartesianReferenceFrame.h:48