OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::math::tmat< T, C, R, RM, V > Struct Template Reference

Generic template for RxC dimensional matrices. More...

#include <eagine/math/tmat.hpp>

Public Types

using base = matrix< T, C, R, RM, V >
 The base matrix type.
 

Public Member Functions

constexpr tmat () noexcept
 Default constructor. Constructs identity matrix.
 
constexpr tmat (const base &m) noexcept
 Construction from a base matrix.
 
 tmat (const T *d, int n) noexcept
 Construction from element data pointer and count.
 
 tmat (const T(&d)[C *R]) noexcept
 Construction from element data array.
 

Detailed Description

template<typename T, int C, int R, bool RM, bool V>
struct eagine::math::tmat< T, C, R, RM, V >

Generic template for RxC dimensional matrices.


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

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).