Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
#include <nodes.hh>
Public Member Functions | |
coordinates | zeros () |
coordinates (1) | |
coordinates (2) | |
double | getX () const |
double | getY () const |
double | getZ () const |
arma::vec3 & | point () |
const arma::vec3 & | point () const |
arma::vec3 | operator- (const Node &n2) const |
double | distance (const Node &n2) const |
Public Attributes | |
int | aux |
Private Attributes | |
arma::vec3 | coordinates |
Node point in 3D space. More... | |
Node::coordinates | ( | 1 | ) |
Construct form given coordinates.
Possibly there could be also constructor from a vector.
Node::coordinates | ( | 2 | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
coordinates Node::zeros | ( | ) |
Default constructor.
|
private |