SDL Window Engine  20200905
Открытые члены | Открытые статические члены | Открытые атрибуты | Полный список членов класса
Структура SWE::ZPoint

класс точки с тремя координатами Подробнее...

#include <swe_rect.h>

Граф наследования:SWE::ZPoint:
SWE::Point

Открытые члены

 ZPoint (int px, int py, int pz)
 
 ZPoint (const Point &pt, int pz)
 
 ZPoint (std::initializer_list< int >)
 
bool operator== (const ZPoint &) const
 
bool operator!= (const ZPoint &) const
 
ZPointoperator+= (const ZPoint &)
 
ZPointoperator-= (const ZPoint &)
 
ZPoint operator+ (const ZPoint &) const
 
ZPoint operator- (const ZPoint &) const
 
ZPoint operator* (const ZPoint &) const
 
ZPoint operator/ (const ZPoint &) const
 
ZPoint operator* (int) const
 
ZPoint operator/ (int) const
 
std::string toString (void) const
 
- Открытые члены унаследованные от SWE::Point
 Point (const Size &sz)
 
 Point (int px, int py)
 
 Point (std::initializer_list< int >)
 
bool isNull (void) const
 
bool inABC (const Point &A, const Point &B, const Point &C) const
 функция определения включения объекта Point в треугольник Подробнее...
 
bool operator== (const Point &) const
 
bool operator!= (const Point &) const
 
Pointoperator+= (const Point &)
 
Pointoperator-= (const Point &)
 
Point operator+ (const Point &) const
 
Point operator- (const Point &) const
 
Point operator* (const Point &) const
 
Point operator/ (const Point &) const
 
Point operator* (int) const
 
Point operator/ (int) const
 
Point swap (void) const
 
Size toSize (void) const
 
std::string toString (void) const
 

Открытые статические члены

static ZPoint parse (const std::string &, int sep=':')
 
- Открытые статические члены унаследованные от SWE::Point
static Point parse (const std::string &, int sep=':')
 
static int distance (const Point &, const Point &)
 функция определения расстояния по двум точкам
 

Открытые атрибуты

int z
 
- Открытые атрибуты унаследованные от SWE::Point
int x
 
int y
 

Подробное описание

класс точки с тремя координатами


Объявления и описания членов структур находятся в файлах: