utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::graphic::CanBeScaleComponent Concept Reference

Concept to constrain scale component type. More...

#include <headers/utility/graphic/scale.hpp>

Concept definition

template<typename Type>
Concept to constrain scale component type.
Definition scale.hpp:40
Concept to constrain vector component type.
Definition vector.hpp:72

Detailed Description

Concept to constrain scale component type.

Template Parameters
TypeCandidate component type.

Definition at line 40 of file scale.hpp.