SPH
|
#include <Point.h>
Public Member Functions | |
Pixel ()=default | |
Pixel (const int x, const int y) | |
Pixel (const wxPoint point) | |
operator wxPoint () const | |
![]() | |
BasicPoint ()=default | |
BasicPoint (const int x, const int y) | |
int & | operator[] (const Size index) |
const int & | operator[] (const Size index) const |
Pixel & | operator+= (const Pixel &other) |
Pixel & | operator-= (const Pixel &other) |
Pixel & | operator*= (const float factor) |
Pixel & | operator/= (const float factor) |
Pixel | operator+ (const Pixel &other) const |
Pixel | operator- (const Pixel &other) const |
Pixel | operator* (const float factor) const |
Pixel | operator/ (const float factor) const |
bool | operator== (const Pixel &other) const |
bool | operator!= (const Pixel &other) const |
Additional Inherited Members | |
![]() | |
int | x |
int | y |
|
default |