40 #ifndef vpRectOriented_h
41 #define vpRectOriented_h
49 #include <visp3/core/vpImagePoint.h>
50 #include <visp3/core/vpRect.h>
56 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
66 #if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
91 void setSize(
double width,
double height);
93 double getWidth()
const;
95 double getHeight()
const;
97 void setOrientation(
double theta);
99 double getOrientation()
const;
Class that defines a 2D point in an image. This class is useful for image processing and stores only ...
Defines an oriented rectangle in the plane.
vpRectOriented(const vpRectOriented &rect)=default
vpRectOriented & operator=(const vpRectOriented &rect)=default
Defines a rectangle in the plane.