retinify 0.2.0
Real-Time AI Stereo Vision Library
Loading...
Searching...
No Matches
retinify::Rect2< T > Struct Template Reference

Rectangle structure. More...

#include <geometry.hpp>

Public Attributes

x {0}
 X coordinate of the top-left corner.
 
y {0}
 Y coordinate of the top-left corner.
 
width {0}
 Width of the rectangle.
 
height {0}
 Height of the rectangle.
 

Detailed Description

template<typename T>
struct retinify::Rect2< T >

Rectangle structure.

Template Parameters
TType of the rectangle coordinates and dimensions.

Member Data Documentation

◆ height

template<typename T >
T retinify::Rect2< T >::height {0}

Height of the rectangle.

◆ width

template<typename T >
T retinify::Rect2< T >::width {0}

Width of the rectangle.

◆ x

template<typename T >
T retinify::Rect2< T >::x {0}

X coordinate of the top-left corner.

◆ y

template<typename T >
T retinify::Rect2< T >::y {0}

Y coordinate of the top-left corner.


The documentation for this struct was generated from the following file: