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

#include <MathModule.hpp>

Définition du concept

template<typename TypeT>
concept castor::Vector3T = ( isPoint3f< TypeT > || isPoint3d< TypeT > )
Definition MathModule.hpp:495