|
libcrn
3.9.5
A document image processing library
|
#include <CRNPixel.h>
Collaboration diagram for crn::pixel::Cart2D< T >:Public Types | |
| using | type = T |
Public Member Functions | |
| constexpr | Cart2D () noexcept |
| constexpr | Cart2D (T x_, T y_=0) noexcept |
| Cart2D (const std::complex< double > &cx) | |
| template<typename Y > | |
| constexpr | Cart2D (const Cart2D< Y > &p) noexcept |
| template<typename Y , typename Z > | |
| Cart2D (const Polar2D< Y, Z > &p) | |
| operator std::complex< double > () const | |
| bool | operator< (const Cart2D &other) const noexcept |
| constexpr bool | operator== (const Cart2D &other) const noexcept |
| constexpr bool | operator!= (const Cart2D &other) const noexcept |
| Cart2D & | operator+= (const Cart2D &other) |
Public Attributes | |
| T | x = 0 |
| T | y = 0 |
Definition at line 328 of file CRNPixel.h.
1.8.6