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

#include <MathModule.hpp>

Définition du concept

template<typename TypeT>
concept castor::Vector4T = ( isPoint4f< TypeT > || isPoint4d< TypeT > )
Definition MathModule.hpp:497