23 #ifndef POINTCLOUD2D_H 24 #define POINTCLOUD2D_H 26 #include "utility/geom/lists/PolyPos.h" 27 #include "utility/geom/pos_vec/Pos2d.h" PointCloud2d(void)
Constructor.
Definition: PointCloud2d.cc:31
Base class for position lists.
Definition: PolyPos.h:37
Principals axes of inertia in planar geometry.
Definition: PrincipalAxes2D.h:34
Quadrilateral2d getOrientedBoundingBox(void) const
Return the oriented bounding box that contains all the points in the cloud.
Definition: PointCloud2d.cc:95
PrincipalAxes2D getPrincipalAxes(void) const
Return the principal axes oriented according to the distribution of the points in space...
Definition: PointCloud2d.cc:44
Base class for position lists.
Definition: PointCloud2d.h:36
Two-dimensional reference system defined in a two-dimensional space.
Definition: Ref2d2d.h:39
Quadrilateral on a bi-dimensional space.
Definition: Quadrilateral2d.h:45