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

#include <Traits.hpp>

Static Public Attributes

static constexpr eMatrixLayout value = (Layout == eMatrixLayout::ROW_MAJOR ? eMatrixLayout::COLUMN_MAJOR : eMatrixLayout::ROW_MAJOR)
 

Member Data Documentation

◆ value

template<eMatrixLayout Layout>
constexpr eMatrixLayout mathter::traits::OppositeLayout< Layout >::value = (Layout == eMatrixLayout::ROW_MAJOR ? eMatrixLayout::COLUMN_MAJOR : eMatrixLayout::ROW_MAJOR)
static

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