![]() |
Zivid C++ API
1.8.1+6967bc1b-1
Defining the Future of 3D Machine Vision
|
Vector of size 2 More...
#include <Zivid/Vector.h>
Public Types | |
| using | ValueType = T |
| The type stored in the vector More... | |
Public Member Functions | |
| Vector2 ()=default | |
| Constructor More... | |
| Vector2 (T xCoord, T yCoord) | |
| Constructor More... | |
| std::string | toString () const |
| Get string representation of the Vector2 More... | |
Public Attributes | |
| T | x {} |
| The x element of the vector More... | |
| T | y {} |
| The y element of the vector More... | |
Vector of size 2
| using Zivid::Vector2< T >::ValueType = T |
The type stored in the vector
|
default |
Constructor
|
inline |
Constructor
|
inline |
| T Zivid::Vector2< T >::x {} |
The x element of the vector
| T Zivid::Vector2< T >::y {} |
The y element of the vector
1.8.16