Coordinate origin.
More...
#include <JHead.hh>
Coordinate origin.
Definition at line 432 of file JHead.hh.
JAANET::coord_origin::coord_origin |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 438 of file JHead.hh.
JAANET::coord_origin::coord_origin |
( |
const double |
x, |
|
|
const double |
y, |
|
|
const double |
z |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
x | x position |
y | y position |
z | z position |
Definition at line 449 of file JHead.hh.
bool JAANET::coord_origin::equals |
( |
const coord_origin & |
object | ) |
const |
|
inline |
Equality.
- Parameters
-
- Returns
- true if equals; else false
Definition at line 461 of file JHead.hh.
463 return (x ==
object.x &&
The documentation for this struct was generated from the following file: