Class storing information about an edge between two mesh faces. More...
#include <eagine/shapes/topology.hpp>
Public Member Functions | |
auto | triangle (span_size_t i) const noexcept -> const mesh_triangle & |
Returns one of the two adjacent triangle faces. More... | |
auto | edge_vertices (span_size_t i) const noexcept -> std::tuple< unsigned, unsigned > |
Returns a pair of vertex indices (0,1 or 2) defining the i-th edge. More... | |
Class storing information about an edge between two mesh faces.
|
inlinenoexcept |
Returns a pair of vertex indices (0,1 or 2) defining the i-th edge.
|
inlinenoexcept |
Returns one of the two adjacent triangle faces.