40#ifndef vpRectOriented_h
41#define vpRectOriented_h
49#include <visp3/core/vpImagePoint.h>
50#include <visp3/core/vpRect.h>
61#if (VISP_CXX_STANDARD >= VISP_CXX_STANDARD_11)
86 void setSize(
double width,
double height);
88 double getWidth()
const;
90 double getHeight()
const;
92 void setOrientation(
double theta);
94 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 & operator=(const vpRectOriented &rect)=default
Defines a rectangle in the plane.