|
zxing-cpp v3.0
|
#include <Point.h>
Public Types | |
| using | value_t = T |
Public Member Functions | |
| constexpr | PointT ()=default |
| constexpr | PointT (T x, T y) |
| template<typename U> | |
| constexpr | PointT (const PointT< U > &p) |
| template<typename U> | |
| PointT & | operator+= (const PointT< U > &b) |
Public Attributes | |
| T | x = 0 |
| T | y = 0 |
A simple 2D point class template.
PointT is a simple 2D point class template with direct access to its x and y coordinate members.
| using ZXing::PointT< T >::value_t = T |
|
constexprdefault |
|
inlineconstexpr |
|
inlineexplicitconstexpr |
|
inline |
| T ZXing::PointT< T >::x = 0 |
| T ZXing::PointT< T >::y = 0 |