#include <ScoutingVertex.h>
Public Member Functions | |
ScoutingVertex (float x, float y, float z, float zError) | |
ScoutingVertex () | |
float | x () const |
float | y () const |
float | z () const |
float | zError () const |
Private Attributes | |
float | x_ |
float | y_ |
float | z_ |
float | zError_ |
Definition at line 8 of file ScoutingVertex.h.
|
inline |
Definition at line 12 of file ScoutingVertex.h.
|
inline |
Definition at line 15 of file ScoutingVertex.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 24 of file ScoutingVertex.h.
Referenced by x().
|
private |
Definition at line 25 of file ScoutingVertex.h.
Referenced by y().
|
private |
Definition at line 26 of file ScoutingVertex.h.
Referenced by z().
|
private |
Definition at line 27 of file ScoutingVertex.h.
Referenced by zError().