33 #include "SectionGeometryWrapper.h" Posición en dos dimensiones. 
Definition: Pos2d.h:41
SectionGeometryWrapper(const std::string &nmb="", SectionGeometry *sccGeom=nullptr)
Constructor. 
Definition: SectionGeometryWrapper.cc:43
virtual Vector2d getLocalCoordinates(const Vector2d &v) const =0
Return the vector v expressed in global coordinates expressed in local coordinates. 
Vector en dos dimensiones. 
Definition: Vector2d.h:40
Vector2d getJVector(const Pos2d &) const
Returns the ${j}$ unit vector expressed in global coordinates for the position being passed as parame...
Definition: SectionReferenceFrame.cc:40
Base class of section geometry representation classes. 
Definition: SectionGeometryWrapper.h:48
virtual Vector2d getGlobalCoordinates(const Vector2d &v) const =0
Return the vector v expressed in local coordinates expressed in global coordinates. 
virtual Pos2d getGlobalPosition(const Pos2d &p) const =0
Return the position of point p expressed in local coordinates expresada en global coordinates...
Reference system used for make easier defining point positions. 
Definition: SectionReferenceFrame.h:43
virtual Pos2d getLocalPosition(const Pos2d &p) const =0
Return the position of point p expressed in global coordinates expresada en local coordinates...
SectionReferenceFrame(SectionGeometry *m)
Constructor. 
Definition: SectionReferenceFrame.h:49
Vector2d getIVector(const Pos2d &) const
Returns the ${i}$ unit vector expressed in global coordinates for the position being passed as parame...
Definition: SectionReferenceFrame.cc:35
Open source finite element program for structural analysis. 
Definition: ContinuaReprComponent.h:35
virtual Vector2d getAxisVDir(const size_t &, const Pos2d &) const =0
Return the i-th axis unit vector expressed in global coordinates for the position being passed as par...
Cross section geometry. 
Definition: SectionGeometry.h:65