#include <izzi-points.h>
|
| double | x |
| |
| double | y |
| |
| std::string | name |
| |
Definition at line 173 of file izzi-points.h.
◆ Point()
| Point::Point |
( |
double | x = 0, |
|
|
double | y = 0, |
|
|
const std::string | s = "" ) |
|
inline |
◆ distance()
| double Point::distance |
( |
const Point & | other | ) |
const |
|
inline |
◆ operator==()
| bool Point::operator== |
( |
const Point & | other | ) |
const |
|
inline |
◆ operator+()
| Point Point::operator+ |
( |
const Point & | other | ) |
const |
|
inline |
◆ operator/()
| Point Point::operator/ |
( |
double | scalar | ) |
const |
|
inline |
◆ name
The documentation for this struct was generated from the following file: