Mathter
A configurable 3D math library for game developers.
Static Public Attributes | List of all members
mathter::traits::IsScalar< T > Struct Template Reference

#include <Traits.hpp>

Static Public Attributes

static constexpr bool value = !IsMatrix<T>::value && !IsVector<T>::value && !IsSwizzle<T>::value && !IsQuaternion<T>::value && !IsSubmatrix<T>::value
 

Member Data Documentation

◆ value

template<class T >
constexpr bool mathter::traits::IsScalar< T >::value = !IsMatrix<T>::value && !IsVector<T>::value && !IsSwizzle<T>::value && !IsQuaternion<T>::value && !IsSubmatrix<T>::value
static

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