Castor3D 0.16.0
Multiplatform 3D engine
castor::Vector2T Concept Reference

#include <MathModule.hpp>

Concept definition

template<typename TypeT>
concept castor::Vector2T = ( isPoint2f< TypeT > || isPoint2d< TypeT > )
Definition MathModule.hpp:493