23 #ifndef POINTCLOUD3D_H 24 #define POINTCLOUD3D_H 26 #include "utility/geom/lists/PolyPos.h" 27 #include "utility/geom/pos_vec/Pos3d.h" Hexahedron3d getOrientedBoundingBox(void) const
Return the oriented bounding box that contains all the points in the cloud.
Definition: PointCloud3d.cc:111
Base class for position lists.
Definition: PolyPos.h:37
Hexahedron.
Definition: Hexahedron3d.h:46
PrincipalAxes3D getPrincipalAxes(void) const
Return the principal axes oriented according to the distribution of the points in space...
Definition: PointCloud3d.cc:44
Principals axes of inertia in planar geometry.
Definition: PrincipalAxes3D.h:34
Base class for position lists.
Definition: PointCloud3d.h:36
PointCloud3d(void)
Constructor.
Definition: PointCloud3d.cc:31
Three-dimensional reference system defined in a three-dimensional space.
Definition: Ref3d3d.h:39