Castor3D
..
|
Structure d'aide permettant de récupérer un type de frame variable depuis un UniformType. Plus de détails...
Types publics | |
using | type = TUniform< Type > |
using | value_sub_type = typename uniform_sub_type< Type >::type |
using | value_type = typename uniform_matrix_type< value_sub_type, variable_type< Type >::cols, variable_type< Type >::rows >::type |
using | param_type = value_type |
using | return_type = value_type |
using | return_const_type = param_type |
using | typed_value_type = value_type |
Structure d'aide permettant de récupérer un type de frame variable depuis un UniformType.
using Castor3D::uniform_type< Type, typename std::enable_if< is_matrix_type< Type >::value >::type >::param_type = value_type |
using Castor3D::uniform_type< Type, typename std::enable_if< is_matrix_type< Type >::value >::type >::return_const_type = param_type |
using Castor3D::uniform_type< Type, typename std::enable_if< is_matrix_type< Type >::value >::type >::return_type = value_type |
using Castor3D::uniform_type< Type, typename std::enable_if< is_matrix_type< Type >::value >::type >::type = TUniform< Type > |
using Castor3D::uniform_type< Type, typename std::enable_if< is_matrix_type< Type >::value >::type >::typed_value_type = value_type |
using Castor3D::uniform_type< Type, typename std::enable_if< is_matrix_type< Type >::value >::type >::value_sub_type = typename uniform_sub_type< Type >::type |
using Castor3D::uniform_type< Type, typename std::enable_if< is_matrix_type< Type >::value >::type >::value_type = typename uniform_matrix_type< value_sub_type, variable_type< Type >::cols, variable_type< Type >::rows >::type |