27 #include "utility/geom/coo_sys/Rect3d3dCooSys.h" 28 #include "utility/geom/d3/GeomObj3d.h" 29 #include "utility/geom/pos_vec/Pos3d.h" 60 Plane getXYPlane(
void)
const;
61 Plane getXZPlane(
void)
const;
62 Plane getYZPlane(
void)
const;
Line3d getZAxis(void) const
Return the line defining the z axis.
Definition: Ref3d3d.cc:84
Base class for position lists.
Definition: PolyPos.h:35
Three-dimensional coordinate system defined in a three-dimensional space.
Definition: Rect3d3dCooSys.h:33
Plane in a three-dimensional space.
Definition: Plane.h:49
Vector3d getIVector(void) const
Return the unary vector I expressed in global coordinates.
Definition: Ref3d3d.cc:60
Vector3d getKVector(void) const
Return the unary vector K expressed in global coordinates.
Definition: Ref3d3d.cc:66
Ref3d3d(void)
Constructor.
Definition: Ref3d3d.cc:28
Line3d getXAxis(void) const
Return the line defining the x axis.
Definition: Ref3d3d.cc:70
Vector3d getJVector(void) const
Return the unary vector J expressed in global coordinates.
Definition: Ref3d3d.cc:63
Base class for reference systems.
Definition: Ref.h:37
Posición en tres dimensiones.
Definition: Pos3d.h:44
Line in a three-dimensional space.
Definition: Line3d.h:62
Line3d getYAxis(void) const
Return the line defining the y axis.
Definition: Ref3d3d.cc:77
Vector en tres dimensiones.
Definition: Vector3d.h:39
Three-dimensional reference system defined in a three-dimensional space.
Definition: Ref3d3d.h:39