NVIDIA DeepStream SDK API Reference

6.4 Release
cvcore::Vector2< T > Struct Template Reference

Detailed Description

template<class T>
struct cvcore::Vector2< T >

A struct.

Structure used to store Vector2 Values.

Definition at line 32 of file MathTypes.h.

Inheritance diagram for cvcore::Vector2< T >:

Public Member Functions

T & operator[] (size_t i)
 

Data Fields

x
 point x coordinate. More...
 
y
 point y coordinate. More...
 

Member Function Documentation

◆ operator[]()

template<class T >
T& cvcore::Vector2< T >::operator[] ( size_t  i)
inline

Definition at line 37 of file MathTypes.h.

Field Documentation

◆ x

template<class T >
T cvcore::Vector2< T >::x

point x coordinate.

Definition at line 34 of file MathTypes.h.

Referenced by cvcore::Vector2< int >::operator[]().

◆ y

template<class T >
T cvcore::Vector2< T >::y

point y coordinate.

Definition at line 35 of file MathTypes.h.

Referenced by cvcore::Vector2< int >::operator[]().


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