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

#include <MathModule.hpp>

Concept definition

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