MeshLib Documentation
Loading...
Searching...
No Matches
MR::HasGetNormalMethod Concept Reference
#include <
MRFeatureHelpers.h
>
Concept definition
template
<
typename
T>
concept
MR::HasGetNormalMethod
=
requires
( T t )
{
{
t.getNormal()
} -> std::convertible_to<Vector3f>;
}
MR::HasGetNormalMethod
Definition
MRFeatureHelpers.h:113
MR
HasGetNormalMethod
Generated by
1.11.0