Castor3D 0.16.0
Multiplatform 3D engine
Reference du concept castor::Vector2T

#include <MathModule.hpp>

Définition du concept

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