|
SDL Window Engine
20200905
|
класс точки с тремя координатами Подробнее...
#include <swe_rect.h>
Открытые члены | |
| 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 |
| ZPoint & | operator+= (const ZPoint &) |
| ZPoint & | operator-= (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 |
| Point & | operator+= (const Point &) |
| Point & | operator-= (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 |
класс точки с тремя координатами
1.8.14