|
Wildmeshing Toolkit
|
#include <RawSimplex.hpp>
Public Member Functions | |
| RawSimplex (std::array< size_t, N > &&vertices) | |
| RawSimplex & | operator= (const RawSimplex &o)=default |
| bool | operator== (const RawSimplex &o) const |
| bool | operator< (const RawSimplex &o) const |
| const std::array< size_t, N > & | vertices () const |
Protected Attributes | |
| std::array< size_t, N > | m_vertices |
A simplex represented by its vertex IDs.