Wildmeshing Toolkit
Loading...
Searching...
No Matches
is_ccw.hpp
Go to the documentation of this file.
1#pragma once
2namespace wmtk {
3class Tuple;
4}
5
7bool is_ccw(const Tuple& t);
8
9// validates whether the tuple local ids are valid for computing ccw'ness
10bool tuple_is_valid_for_ccw(const Tuple& t);
11} // namespace wmtk::autogen::tet_mesh
12
13#include "is_ccw.hxx"
bool tuple_is_valid_for_ccw(const Tuple &t)
Definition is_ccw.hxx:15
bool is_ccw(const Tuple &t)
Definition is_ccw.hxx:9