#include <position.h>
Definition at line 35 of file position.h.
Public Member Functions | |
| Position () | |
| Position (double _x, double _y, double _z) | |
| Position (const double *p) | |
| p MUST have a size of at least 3 | |
| const double * | toArray () |
| Position | operator+ (const Position &sum) const |
| Position | operator- (const Position &sum) const |
| Position | operator * (double f) const |
| double | length () |
Public Attributes | |
| double | x |
| double | y |
| double | z |
|
|
Definition at line 38 of file position.h. |
|
||||||||||||||||
|
Definition at line 39 of file position.h. |
|
|
p MUST have a size of at least 3
Definition at line 41 of file position.h. |
|
|
Definition at line 49 of file position.h. |
|
|
Definition at line 47 of file position.h. |
|
|
Definition at line 43 of file position.h. |
|
|
Definition at line 45 of file position.h. |
|
|
Definition at line 42 of file position.h. |
|
|
Definition at line 51 of file position.h. |
|
|
Definition at line 52 of file position.h. |
|
|
Definition at line 53 of file position.h. |
1.4.5