Coordinate origin.
More...
#include <JHead.hh>
Coordinate origin.
Definition at line 489 of file JHead.hh.
◆ coord_origin() [1/2]
JAANET::coord_origin::coord_origin |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 495 of file JHead.hh.
◆ coord_origin() [2/2]
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 506 of file JHead.hh.
◆ match()
bool JAANET::coord_origin::match |
( |
const coord_origin & |
object | ) |
const |
|
inline |
Test match.
- Parameters
-
- Returns
- true if matches; else false
Definition at line 518 of file JHead.hh.
520 return (x ==
object.x &&
◆ ClassDefNV()
The documentation for this struct was generated from the following file: