Математическая точка
More...
#include <point.h>
◆ Point() [1/2]
lib::Point::Point |
( |
double | x = 0, |
|
|
double | y = 0 ) |
|
inline |
double y
Definition point.h:18
double x
Definition point.h:17
◆ Point() [2/2]
lib::Point::Point |
( |
const Point & | point | ) |
|
|
default |
◆ InfPoint()
static const Point lib::Point::InfPoint |
( |
| ) |
|
|
inlinestatic |
constexpr double inf
Infinity.
Definition infinity.h:9
◆ operator+=()
26 {
29 return *this;
30 }
◆ operator-=()
32 {
35 return *this;
36 }
◆ operator=()
Point & lib::Point::operator= |
( |
const Point & | point | ) |
|
|
default |
The documentation for this struct was generated from the following file: