MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::ImGuiMath::detail::CommonVecSize< P > Struct Template Reference

#include <MRImGuiVectorOperators.h>

+ Inheritance diagram for MR::ImGuiMath::detail::CommonVecSize< P >:

Detailed Description

template<typename ... P>
struct MR::ImGuiMath::detail::CommonVecSize< P >

Returns the common vector size between P... (cvref-qualifiers are ignored). If there are no vectors in the list, returns 1. If there are some vectors, returns their size. If the vectors have different sizes, returns -1 to indicate failure.


The documentation for this struct was generated from the following file: