34 #ifndef vpRectOriented_h
35 #define vpRectOriented_h
43 #include <visp3/core/vpImagePoint.h>
44 #include <visp3/core/vpRect.h>
77 void setSize(
double width,
double height);
79 double getWidth()
const;
81 double getHeight()
const;
83 void setOrientation(
double theta);
85 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.