Definition at line 13 of file point.
◆ point() [1/2]
tools::zb::point::point |
( |
| ) |
|
|
inline |
Definition at line 15 of file point.
◆ point() [2/2]
tools::zb::point::point |
( |
const point & |
a_from | ) |
|
|
inline |
Definition at line 17 of file point.
17 :
x(a_from.x),
y(a_from.y),
z(a_from.z){}
◆ operator=()
point& tools::zb::point::operator= |
( |
const point & |
a_from | ) |
|
|
inline |
Definition at line 18 of file point.
Definition at line 25 of file point.
Definition at line 26 of file point.
Definition at line 27 of file point.
The documentation for this class was generated from the following file:
- /Users/barrand/private/dev/softinex/g4tools/g4tools/tools/zb/point