Pangolin
Header-only C++20 plane computational geometry library
Loading...
Searching...
No Matches
pgl::AnyShapeConcept Concept Reference

Any concrete geometry type or the runtime Shape wrapper. More...

#include <forward.hpp>

Concept definition

template<class T>
concept AnyShapeConcept =
ShapeConcept<T> || detail::shapeRank<std::remove_cvref_t<T>> >= 0
Any concrete geometry type or the runtime Shape wrapper.
Definition forward.hpp:328
Definition forward.hpp:323

Detailed Description

Any concrete geometry type or the runtime Shape wrapper.