Definition Triangle.hpp:14
Vector3i vertices
Zero based indices of the triangle vertices in counterclockwise order.
Definition Triangle.hpp:17
Triangle() noexcept
Definition Triangle.hpp:19
Triangle(const Vector3i &vertices) noexcept
Definition Triangle.hpp:21
Definition AnyGenerator.hpp:12
constexpr size_t hash(const T &v)
Generates a hash for the provided type.
Definition Hash.hpp:25