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::CanBeRayComponent Concept Reference

Concept to ensure the type can be used as a ray component. More...

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

Concept definition

template<typename Type>
Concept to constrain position component type.
Definition position.hpp:43
Concept to ensure the type can be used as a ray component.
Definition ray.hpp:53
Concept to constrain vector component type.
Definition vector.hpp:72

Detailed Description

Concept to ensure the type can be used as a ray component.

Template Parameters
TypeThe type to check.

Definition at line 53 of file ray.hpp.