libigl
v2.5.0
Loading...
Searching...
No Matches
IGL_PREDICATES_ASSERT_SCALAR.h File Reference
#include <type_traits>
Go to the source code of this file.
Macros
#define
IGL_PREDICATES_ASSERT_SCALAR
(Vector)
Macro Definition Documentation
◆
IGL_PREDICATES_ASSERT_SCALAR
#define IGL_PREDICATES_ASSERT_SCALAR
(
Vector
)
Value:
static_assert
( \
std::is_same<typename Vector::Scalar, double>::value || \
std::is_same<typename Vector::Scalar, float>::value, \
"Shewchuk's exact predicates only support float and double"
)
include
igl
predicates
IGL_PREDICATES_ASSERT_SCALAR.h
Generated by
1.16.1