|
EasyNav Plugins
|
#include <grid_coord.hpp>

Public Member Functions | |
| Point3D & | operator= (const Point3D &v)=default |
| template<typename T> | |
| Point3D & | operator= (const T &v) |
| Point3D & | operator= (Point3D &&v)=default |
| double & | operator[] (size_t index) |
| Point3D ()=default | |
| Point3D (const Point3D &v)=default | |
| template<typename T> | |
| Point3D (const T &v) | |
| Point3D (double x, double y, double z) | |
| Point3D (Point3D &&v)=default | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
|
default |
|
default |
|
default |
| Point3D | ( | double | x, |
| double | y, | ||
| double | z ) |
| Point3D | ( | const T & | v | ) |
| Point3D & operator= | ( | const T & | v | ) |
|
nodiscard |
| double x |
| double y |
| double z |