Rodin::Geometry::Vertex class

Represents a vertex of the mesh.

Base classes

class Polytope
Base class for all geometric elements of the mesh.

Public functions

auto x() const -> Real
Acess the 1st-coordinate of the vertex.
auto y() const -> Real
Acess the 2nd-coordinate of the vertex.
auto z() const -> Real
Acess the 3rd-coordinate of the vertex.
auto operator()(size_t i) const -> Real
Acess the ith-coordinate of the vertex.