15 #include "../config/config.hpp"
33 Vertex(
double x,
double y,
double z)
52 {
for (
int i = 0; i <
dim; i++) {
coord[i] = p[i]; } }
void SetCoords(int dim, const double *p)
Sets vertex location based on given point p.
Vertex(double x, double y, double z)
void SetCoords(const double *p)
(DEPRECATED) Set the coordinates of the Vertex.
double * operator()() const
Returns pointer to the coordinates of the vertex.
Vertex(double x, double y)