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

matrix_inverse.hpp File Reference

Go to the source code of this file.

Namespaces

 eagine
 Common code is placed in this namespace.
 
 eagine::math
 Math-related code is placed in this namespace.
 

Functions

template<typename T , int N, bool RM, bool V>
static auto eagine::math::inverse_matrix (matrix< T, N, N, RM, V > m) noexcept -> optionally_valid< matrix< T, N, N, RM, V >>
 Returns the inverse matrix to the matrix passed as argument.
 
template<typename Ctr , typename = std::enable_if_t<is_matrix_constructor_v<Ctr>>>
static auto eagine::math::inverse_matrix (const Ctr &ctr) noexcept
 Returns the inverse matrix to the matrix constructed by the argument.
 

Detailed Description

Copyright Matus Chochlik. Distributed under the Boost Software License, Version 1.0. See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt


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