Mathter
A configurable 3D math library for game developers.
Public Types | Static Public Attributes | List of all members
mathter::traits::VectorTraitsHelper< Vector< T_, Dim_, Packed_ > > Class Template Reference

#include <Traits.hpp>

Public Types

using Type = T_
 

Static Public Attributes

static constexpr int Dim = Dim_
 
static constexpr bool Packed = Packed_
 

Member Typedef Documentation

◆ Type

template<class T_ , int Dim_, bool Packed_>
using mathter::traits::VectorTraitsHelper< Vector< T_, Dim_, Packed_ > >::Type = T_

Member Data Documentation

◆ Dim

template<class T_ , int Dim_, bool Packed_>
constexpr int mathter::traits::VectorTraitsHelper< Vector< T_, Dim_, Packed_ > >::Dim = Dim_
static

◆ Packed

template<class T_ , int Dim_, bool Packed_>
constexpr bool mathter::traits::VectorTraitsHelper< Vector< T_, Dim_, Packed_ > >::Packed = Packed_
static

The documentation for this class was generated from the following file: